MySQL Forums
Forum List  »  MyISAM

Terrible BUG in MySQL! HELP!
Posted by: John Lee
Date: August 01, 2006 03:36AM

Our mysql database always run smoothness, but there have a strange question always happy.
We retrieve content using unix socket mode is always Correct, using TCP mode sometime will meet no return Error.What's wrong with TCP mode?


For example, We need to retrieve content from table Tab_Memo, the condition with ‘large’ is over 20KB, with ‘small’ is about ‘5KB’.

Using unix socket mode:
----------------------------------
mysql -u root -p password
1、select * from Tab_Memo where name = ‘large’; // The result is Correct.
2、select * from Tab_Memo where name = ‘small’; //The result is Correct.


Using unix socket mode
----------------------------------
1、select * from Tab_Memo where name = ‘large’; // NO result return.
2、select * from Tab_Memo where name = ‘small’; //The result is Correct.

Thanks!

Options: ReplyQuote


Subject
Views
Written By
Posted
Terrible BUG in MySQL! HELP!
2230
August 01, 2006 03:36AM
1614
August 07, 2006 01:32PM
1497
August 08, 2006 07:02PM
1403
August 08, 2006 11:08PM
1377
August 10, 2006 03:09PM
1394
August 10, 2006 03:31PM


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.