Bug #13924 5.0.13-rc-embedded AV error
Submitted: 11 Oct 2005 12:59 Modified: 11 Dec 2005 0:37
Reporter: Vladimir Zheleznyak Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.0.13 OS:Windows (Windows)
Assigned to: Assigned Account CPU Architecture:Any

[11 Oct 2005 12:59] Vladimir Zheleznyak
Description:
Executing next sequence results in AV error:

How to repeat:
- Call mysql_server_init
- Open first connection to embedded server by calling mysql_init and mysql_real_connect
- Execute something like "UPDATE ALL_TYPES SET c_int = 111". Table must 
exists, statement can't be empty.
- Open second connection to embedded server by calling mysql_init and
mysql_real_connect
- Execute same statement using second connection.
- Close first connection (mysql_close)
- Close second connection (mysql_close). We are getting Access Violation 
error at this step

MySQL server 4.x passes this test without errors

libmysqld.dll is dynamically linked to application
[11 Oct 2005 13:09] MySQL Verification Team
Could you please post your test code and table definition. Most
of time just with the description of the issue we aren't able for
to reproduce the issue.

Thanks in advance.
[2 Nov 2005 7:30] Vladimir Zheleznyak
We have downloaded latest MySQL server build (5.0.15) to make test on actual
version. But we didn't find libmysqld in it. Should we wait for 5.0.16?
[11 Nov 2005 0:37] MySQL Verification Team
Yes sorry, was opened a bug report about the embedded server
missed in that release. However you can post you code as you
did before or if you prefer to wait the 5.0.16 release.

Thanks in advance.
[12 Dec 2005 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".