Bug #1735 multi queries do not work
Submitted: 2 Nov 2003 10:44 Modified: 3 Nov 2003 14:06
Reporter: [ name withheld ] Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1 alpha OS:Windows (Win 2k)
Assigned to: CPU Architecture:Any

[2 Nov 2003 10:44] [ name withheld ]
Description:
If I ignore the fact that the documentation of this feature is totaly bugy ( evident mistypes, like missing closeing bracket, using mysql_real_query instead mysql_real_connect, etc.. ) than this feature seems NOT to WORK. It simply always executes just the first command and ignores commands after the semi-colon.
 There is also not written if it should work with prepared statements ( btw. they also do not work in alpha 4.1, but one can at least add exports and rebuild dll and then they work )

How to repeat:
The question is how to not repeat in this case..
[3 Nov 2003 14:05] Dean Ellis
The API for executing multiple statements seems to function correctly and as described in the manual using the latest MySQL 4.1.1 sources.

If you test against 4.1.1 and continue to have the problem, please submit a complete test case which demonstrates it.

Thank you