Re: Lost connection to MySQL server during query
Posted by: mysql
Date: March 14, 2005 06:29AM

if this problem is the 4.1.10 bug:

select CURRENT_DATE() union select CURRENT_DATE()

then the workaround is:

SELECT CONCAT(CURRENT_DATE(), '') UNION SELECT CONCAT(CURRENT_DATE(), '');


http://bugs.mysql.com/bug.php?id=8660&thanks=3&notify=23

Options: ReplyQuote


Subject
Written By
Posted
Re: Lost connection to MySQL server during query
March 14, 2005 06:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.