You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Fix for CONC-70: Unknown error when reading large packets via conpressed protocol
This commit is contained in:
@@ -57,7 +57,8 @@ static int test_conc66(MYSQL *my)
|
||||
diag("Error: %s", mysql_error(mysql));
|
||||
return FAIL;
|
||||
}
|
||||
rc= mysql_query(my, "DROP USER conc66");
|
||||
rc= mysql_query(my, "DROP USER conc66@localhost");
|
||||
|
||||
check_mysql_rc(rc, my);
|
||||
mysql_close(mysql);
|
||||
return OK;
|
||||
|
Reference in New Issue
Block a user