Bug #12320 Mulit Query Support doesn't work
Submitted: 2 Aug 2005 14:27 Modified: 28 Aug 2005 6:08
Reporter: MySQL-Front Team Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.0.10a-beta OS:Windows (Windows XP)
Assigned to: CPU Architecture:Any

[2 Aug 2005 14:27] MySQL-Front Team
Description:
SHOW DATABASES;
SHOW TABLES;

... should work with enabled Multi Query Support. Until 5.0.9-beta this worked fine.

Since the update to 5.0.10a-beta this problem occurs... :-(

PS
I'm absolutely unsure until now - but I have the feeling this problem could relate to: http://bugs.mysql.com/12319

How to repeat:
SHOW DATABASES;
SHOW TABLES;
[2 Aug 2005 18:00] Vasily Kishkin
Sorry...Could you please explane me what you mean "Multi Query Support" ?
[2 Aug 2005 18:04] MySQL-Front Team
Using CLIENT_MULTI_STATEMENTS while connecting the database via mysql_real_connect.
[4 Aug 2005 7:05] Vasily Kishkin
Sorry...I was not able to repeat the bug on 5.0.11-beta. Could you please look my test case ? Could you try to run the test case on your computer ? I attached my test case in "Files"
[4 Aug 2005 7:05] Vasily Kishkin
Test case

Attachment: test.c (text/plain), 1.50 KiB.

[4 Aug 2005 7:09] MySQL-Front Team
This morning I found out this bug only occurs while that bug is present:
http://bugs.mysql.com/12319

So both bugs are present together - or noone.

PS
Normally this bug is not present - it occurs randomly... :(