1
0
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:
Georg Richter
2015-11-16 07:37:31 +01:00
parent 9b1cbf15a5
commit 0af129fe80
5 changed files with 67 additions and 62 deletions

View File

@@ -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;