You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-05 15:55:58 +03:00
CONC-377: Add IO Callback
Applied part of the patch from https://github.com/MariaDB/mariadb-connector-c/pull/71 The part for named pipes doesn't work, since wait_io was reworked by vvaintroub.
This commit is contained in:
@@ -233,7 +233,8 @@ extern const char *SQLSTATE_UNKNOWN;
|
||||
MARIADB_OPT_MULTI_RESULTS,
|
||||
MARIADB_OPT_MULTI_STATEMENTS,
|
||||
MARIADB_OPT_INTERACTIVE,
|
||||
MARIADB_OPT_PROXY_HEADER
|
||||
MARIADB_OPT_PROXY_HEADER,
|
||||
MARIADB_OPT_IO_WAIT
|
||||
};
|
||||
|
||||
enum mariadb_value {
|
||||
|
Reference in New Issue
Block a user