MWL#192: non-blocking client API, after-review fixes.
Main change is that non-blocking operation is now an option that must be explicitly enabled with mysql_option(mysql, MYSQL_OPT_NONBLOCK, ...) before any non-blocing operation can be used. Also the CLIENT_REMEMBER_OPTIONS flag is now always enabled and thus effectively ignored (it was not really useful anyway, and this simplifies things when non-blocking mysql_real_connect() fails).
Showing
COPYING.LESSER
0 → 100644
This diff is collapsed.
include/mysql_async.h
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment