Skip to content

Commit 858a3e3

Browse files
committed
Fix typo (thanks to OttoK).
1 parent cd81266 commit 858a3e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unittest/libmariadb/result.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ static int client_use_result(MYSQL *mysql)
6565
result= mysql_use_result(mysql);
6666
FAIL_IF(!result, "Invalid result set");
6767

68-
/* since we use use result, we shouldn't be able execute other api calls */
68+
/* since we use mysql_use_result (=unbuffered), we shouldn't be
69+
able to execute other api calls */
6970
rc= mysql_ping(mysql);
7071
FAIL_IF(!rc, "Error expected");
7172

0 commit comments

Comments
 (0)