We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd81266 commit 858a3e3Copy full SHA for 858a3e3
unittest/libmariadb/result.c
@@ -65,7 +65,8 @@ static int client_use_result(MYSQL *mysql)
65
result= mysql_use_result(mysql);
66
FAIL_IF(!result, "Invalid result set");
67
68
- /* 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
69
+ able to execute other api calls */
70
rc= mysql_ping(mysql);
71
FAIL_IF(!rc, "Error expected");
72
0 commit comments