mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
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).
This commit is contained in:
@@ -32,9 +32,6 @@ struct mysql_async_context;
|
||||
struct st_mysql_options_extention {
|
||||
char *plugin_dir;
|
||||
char *default_auth;
|
||||
};
|
||||
|
||||
struct st_mysql_extension {
|
||||
struct mysql_async_context *async_context;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user