<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.co.uk/group/comp.databases.mysql</id>
  <title type="text">comp.databases.mysql Google Group</title>
  <subtitle type="text">
  MySQL RDBMS technical discussions.
  </subtitle>
  <link href="/group/comp.databases.mysql/feed/atom_v1_0_msgs.xml" rel="self" title="comp.databases.mysql feed"/>
  <updated>2009-11-28T02:03:42Z</updated>
  <generator uri="http://groups.google.co.uk" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Arne Vajhøj</name>
  <email>a...@vajhoej.dk</email>
  </author>
  <updated>2009-11-28T02:03:42Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/999ab3a741738a23/552c5369f307cf8b?show_docid=552c5369f307cf8b</id>
  <link href="http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/999ab3a741738a23/552c5369f307cf8b?show_docid=552c5369f307cf8b"/>
  <title type="text">Re: Socket Server with MySQL</title>
  <summary type="html" xml:space="preserve">
  That will make the code work well with MySQL but bad with &lt;br&gt; other databases. If the intent is to write database independent &lt;br&gt; code, then it is not an optimal solution. &lt;br&gt; Arne
  </summary>
  </entry>
  <entry>
  <author>
  <name>Arne Vajhøj</name>
  <email>a...@vajhoej.dk</email>
  </author>
  <updated>2009-11-28T02:01:27Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/999ab3a741738a23/284afdc172f54f81?show_docid=284afdc172f54f81</id>
  <link href="http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/999ab3a741738a23/284afdc172f54f81?show_docid=284afdc172f54f81"/>
  <title type="text">Re: Socket Server with MySQL</title>
  <summary type="html" xml:space="preserve">
  RVic wrote: &lt;br&gt; From the practical perspective then I think that: &lt;br&gt; * if you do not use a connection pool, then you should &lt;br&gt; send a SELECT 1 every hour to keep things alive &lt;br&gt; * if you do use a connection pool, then you should &lt;br&gt; use one capable of verifying connections and return &lt;br&gt; a valid to you (and if your connection pool does not
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jerry Stuckle</name>
  <email>jstuck...@attglobal.net</email>
  </author>
  <updated>2009-11-27T22:01:59Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/986892b61db4ad0a/0606f030128f00fb?show_docid=0606f030128f00fb</id>
  <link href="http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/986892b61db4ad0a/0606f030128f00fb?show_docid=0606f030128f00fb"/>
  <title type="text">Re: Full outer join?</title>
  <summary type="html" xml:space="preserve">
  Eggzaggly.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Captain Paralytic</name>
  <email>paul_laut...@yahoo.com</email>
  </author>
  <updated>2009-11-27T21:59:06Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/986892b61db4ad0a/1ba46336d9891d0f?show_docid=1ba46336d9891d0f</id>
  <link href="http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/986892b61db4ad0a/1ba46336d9891d0f?show_docid=1ba46336d9891d0f"/>
  <title type="text">Re: Full outer join?</title>
  <summary type="html" xml:space="preserve">
  On Nov 27, 12:49 pm, &amp;quot;David Portas&amp;quot; &lt;br&gt; So use UNION ALL
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Portas</name>
  <email>remove_before_replying_dpor...@acm.org</email>
  </author>
  <updated>2009-11-27T20:49:17Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/986892b61db4ad0a/e6de16e1704220a7?show_docid=e6de16e1704220a7</id>
  <link href="http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/986892b61db4ad0a/e6de16e1704220a7?show_docid=e6de16e1704220a7"/>
  <title type="text">Re: Full outer join?</title>
  <summary type="html" xml:space="preserve">
  Unfortunately the given workarounds using UNION are not truly FULL OUTER &lt;br&gt; joins because they eliminate duplicate rows that a real full outer join &lt;br&gt; would not. In most cases that maybe won&#39;t be a problem but I think it&#39;s just &lt;br&gt; worth noting that reproducing the true behaviour of FULL is a bit more &lt;br&gt; complex than those examples imply.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Brian Cryer</name>
  <email>not.h...@localhost</email>
  </author>
  <updated>2009-11-27T16:53:24Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/367ade4fd6aa3f22/725e906d3f95b376?show_docid=725e906d3f95b376</id>
  <link href="http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/367ade4fd6aa3f22/725e906d3f95b376?show_docid=725e906d3f95b376"/>
  <title type="text">Re: Complex query on tree structure: Help!</title>
  <summary type="html" xml:space="preserve">
  This might not count as a single query, but if you know its never more than &lt;br&gt; 5 deep (which you said) then you could do it in 5 queries (one for each &lt;br&gt; level of depth) and use union to combine the results.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jerry Stuckle</name>
  <email>jstuck...@attglobal.net</email>
  </author>
  <updated>2009-11-27T14:07:05Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/48c2a29fa2742c1c/83427cf0023ae557?show_docid=83427cf0023ae557</id>
  <link href="http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/48c2a29fa2742c1c/83427cf0023ae557?show_docid=83427cf0023ae557"/>
  <title type="text">Re: difficult query...for me</title>
  <summary type="html" xml:space="preserve">
  Still completely unnecessary - and does not create a historical report.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jerry Stuckle</name>
  <email>jstuck...@attglobal.net</email>
  </author>
  <updated>2009-11-27T14:05:40Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/48c2a29fa2742c1c/57abe6423e57549e?show_docid=57abe6423e57549e</id>
  <link href="http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/48c2a29fa2742c1c/57abe6423e57549e?show_docid=57abe6423e57549e"/>
  <title type="text">Re: difficult query...for me</title>
  <summary type="html" xml:space="preserve">
  So a second troll shows up. I respond to trolls in the only language &lt;br&gt; they understand.
  </summary>
  </entry>
  <entry>
  <author>
  <name>The Natural Philosopher</name>
  <email>t...@invalid.invalid</email>
  </author>
  <updated>2009-11-27T11:36:05Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/367ade4fd6aa3f22/1cb5bb538dc967a6?show_docid=1cb5bb538dc967a6</id>
  <link href="http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/367ade4fd6aa3f22/1cb5bb538dc967a6?show_docid=1cb5bb538dc967a6"/>
  <title type="text">Re: Complex query on tree structure: Help!</title>
  <summary type="html" xml:space="preserve">
  Many thanks Andrew, but I already had those! &lt;br&gt; No, after 4 hours of beating my brains I ended up doing it the long way, &lt;br&gt; which took ten minutes to code! &lt;br&gt; I ended up with a two dimensional matrix, and simply walked through that &lt;br&gt; inserting numbers that are not null, and not already in, into a PHP array. &lt;br&gt; $result=mysql_query(sprintf(
  </summary>
  </entry>
  <entry>
  <author>
  <name>Erick T. Barkhuis</name>
  <email>erick.use-...@ardane.c.o.m</email>
  </author>
  <updated>2009-11-27T08:37:33Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/48c2a29fa2742c1c/9078ecc5f1b60702?show_docid=9078ecc5f1b60702</id>
  <link href="http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/48c2a29fa2742c1c/9078ecc5f1b60702?show_docid=9078ecc5f1b60702"/>
  <title type="text">Re: difficult query...for me</title>
  <summary type="html" xml:space="preserve">
  Franz: &lt;br&gt; Still, I wonder if this is really necessary for historical reports, &lt;br&gt; UNLESS you also remove historical data. &lt;br&gt; In case you always have the required data in your database, a &lt;br&gt; historical report could simply be produced using something like &lt;br&gt; SELECT a,b,c FROM table &lt;br&gt; WHERE dateA &amp;gt; &amp;quot;2007-01-00&amp;quot; AND dateA &amp;lt; &amp;quot;2008-12-99&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Franz</name>
  <email>f...@despammed.com</email>
  </author>
  <updated>2009-11-27T08:27:13Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/48c2a29fa2742c1c/b6922260002e2b46?show_docid=b6922260002e2b46</id>
  <link href="http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/48c2a29fa2742c1c/b6922260002e2b46?show_docid=b6922260002e2b46"/>
  <title type="text">Re: difficult query...for me</title>
  <summary type="html" xml:space="preserve">
  Richard ha scritto: &lt;br&gt; historical report IS the reason I was asking suggestions for. &lt;br&gt; Thanks for your partecipation. &lt;br&gt; Franz
  </summary>
  </entry>
  <entry>
  <author>
  <name>Andrew C.</name>
  <email>nonse...@totally.made.up</email>
  </author>
  <updated>2009-11-27T07:47:44Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/367ade4fd6aa3f22/e83d872f2b5783d9?show_docid=e83d872f2b5783d9</id>
  <link href="http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/367ade4fd6aa3f22/e83d872f2b5783d9?show_docid=e83d872f2b5783d9"/>
  <title type="text">Re: Complex query on tree structure: Help!</title>
  <summary type="html" xml:space="preserve">
  [..] &lt;br&gt; I don&#39;t have much experience in this area, but I do have a couple of links &lt;br&gt; in my bookmarks just in case someone springs the requirement for &lt;br&gt; hierarchical data on me at short notice... ;-) &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://dev.mysql.com/tech-resources/articles/hierarchical-data.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://articles.sitepoint.com/article/hierarchical-data-database/1&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Erick T. Barkhuis</name>
  <email>erick.use-...@ardane.c.o.m</email>
  </author>
  <updated>2009-11-27T07:11:05Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/48c2a29fa2742c1c/d29140f4b7f4ee50?show_docid=d29140f4b7f4ee50</id>
  <link href="http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/48c2a29fa2742c1c/d29140f4b7f4ee50?show_docid=d29140f4b7f4ee50"/>
  <title type="text">Re: difficult query...for me</title>
  <summary type="html" xml:space="preserve">
  Jerry Stuckle: &lt;br&gt; Darn, Jerry! &lt;br&gt; Is it really necessary to go in this direction with every second thread? &lt;br&gt; Certainly, many technical experts know a lot, but at the same time have &lt;br&gt; difficulties communicating &#39;nicely&#39;. However, it isn&#39;t absolutely &lt;br&gt; required to make it so obvious who qualifies for this group.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Richard</name>
  <email>r...@localhost</email>
  </author>
  <updated>2009-11-27T02:18:16Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/48c2a29fa2742c1c/f73f67da855b04e2?show_docid=f73f67da855b04e2</id>
  <link href="http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/48c2a29fa2742c1c/f73f67da855b04e2?show_docid=f73f67da855b04e2"/>
  <title type="text">Re: difficult query...for me</title>
  <summary type="html" xml:space="preserve">
  I love you too, Jerry. &lt;br&gt; Yours, &lt;br&gt; R.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jerry Stuckle</name>
  <email>jstuck...@attglobal.net</email>
  </author>
  <updated>2009-11-27T01:29:38Z</updated>
  <id>http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/48c2a29fa2742c1c/b29ad3af01ad783e?show_docid=b29ad3af01ad783e</id>
  <link href="http://groups.google.co.uk/group/comp.databases.mysql/browse_thread/thread/48c2a29fa2742c1c/b29ad3af01ad783e?show_docid=b29ad3af01ad783e"/>
  <title type="text">Re: difficult query...for me</title>
  <summary type="html" xml:space="preserve">
  There are things to look to avoid in ANY database design. This is one &lt;br&gt; of them. &lt;br&gt; Spoken like someone who&#39;s looking for excuses for poor design. &lt;br&gt; That is not the reason here, though, is it. But in any case, that&#39;s &lt;br&gt; still not a reason to store a sum. &lt;br&gt; Yep, it&#39;s easy for incompetent idiots to shout from a distance. Now,
  </summary>
  </entry>
</feed>
