1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

Merge branch '3.3' into 3.4

This commit is contained in:
Georg Richter
2024-09-20 08:38:52 +02:00
142 changed files with 130 additions and 6748 deletions

View File

@@ -65,7 +65,8 @@ static int client_use_result(MYSQL *mysql)
result= mysql_use_result(mysql);
FAIL_IF(!result, "Invalid result set");
/* since we use use result, we shouldn't be able execute other api calls */
/* since we use mysql_use_result (=unbuffered), we shouldn't be
able to execute other api calls */
rc= mysql_ping(mysql);
FAIL_IF(!rc, "Error expected");