Bug #60470 | Asynchronous prepared statements | ||
---|---|---|---|
Submitted: | 15 Mar 2011 8:36 | Modified: | 26 Feb 2012 16:33 |
Reporter: | Vlad Paiu | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S4 (Feature request) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any | |
Tags: | asynchronous, prepared, statements |
[15 Mar 2011 8:36]
Vlad Paiu
[24 Feb 2012 8:56]
Georgi Kodinov
Thanks for the reasonable feature request. The API functions that you mention above (and in some other publications like (http://jan.kneschke.de/2008/9/9/async-mysql-queries-with-c-api/) are undocumented internal functions for a very good reason. These functions are implementation of the C API hooks for the internal API to support the embedded mysql server. As such they're subject to change. And using them will render your code unusable in the embedded server context.
[26 Feb 2012 16:33]
Vlad Paiu
Hello, Thanks for your answer. I consider that the lack of async queries support in MySQL is a very big drawback. Since I did not find an official support for this, I had to use other databases ( like postgres ) that support asynchronous queries, which is a shame, since I liked MySQL a lot. Any info of when/if this will be supported ? Regards, Vlad