Re: MySQL 3.23.58 and sub-seletcs

2003-10-09 Thread jabbott
I am running it on a production server for about two weeks. So far it has been very stable. --ja On Thu, 9 Oct 2003, boka wrote: > Bob Brands wrote: > > > No, its supported by version 4.1 > > MySQL 4.1 -- Alpha release (use this for new development) ... is this > stable enough to use it on

Re: MySQL 3.23.58 and sub-seletcs

2003-10-09 Thread boka
Bob Brands wrote: No, its supported by version 4.1 MySQL 4.1 -- Alpha release (use this for new development) ... is this stable enough to use it on production systems ? btw. is there any workaround for this functionality in 3.23.58 ? greetz boka -- MySQL General Mailing List For list archives:

Re: MySQL 3.23.58 and sub-seletcs

2003-10-09 Thread Rory McKinley
- Original Message - From: "boka" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 11:54 AM Subject: MySQL 3.23.58 and sub-seletcs > Hi ! > > Are sub-selects supported by MySQL 3.23.58, because below query does not > work (

Re: MySQL 3.23.58 and sub-seletcs

2003-10-09 Thread Bob Brands
No, its supported by version 4.1 gr. - Original Message - From: "boka" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 11:54 AM Subject: MySQL 3.23.58 and sub-seletcs > Hi ! > > Are sub-selects supported by MySQL 3.23.5

MySQL 3.23.58 and sub-seletcs

2003-10-09 Thread boka
Hi ! Are sub-selects supported by MySQL 3.23.58, because below query does not work (syntax error in console): select iphdr.ip_src, timestamp \ from iphdr , acid_event \ where iphdr.sid = acid_event.sid \ and iphdr.cid = acid_event.cid \ and acid_event.sig_name = "STATEMENT" \ and acid_event.tim