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
Moved async read/write to pvio:
plugins now contain their own asynchronous read/write functions. Todo: - asynchronous SSL - asynchronous read/write for non socket plugins
This commit is contained in:
@@ -118,7 +118,7 @@ wait_for_mysql(MYSQL *mysql, int status)
|
||||
|
||||
static int async1(MYSQL *my)
|
||||
{
|
||||
int err, rc;
|
||||
int err= 0, rc;
|
||||
MYSQL mysql, *ret;
|
||||
MYSQL_RES *res;
|
||||
MYSQL_ROW row;
|
||||
|
Reference in New Issue
Block a user