diff options
author | unknown <sergefp@mysql.com> | 2006-03-30 22:35:50 +0400 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2006-03-30 22:35:50 +0400 |
commit | 736978084583e97dac733fa2f1394c34ffee8386 (patch) | |
tree | 93a428125ce4047fa17fc58f315825718d73dee9 /tests | |
parent | 618269b6c682a3f8552901e43f773118d48e1292 (diff) | |
download | mariadb-git-736978084583e97dac733fa2f1394c34ffee8386.tar.gz |
Fix incorrect merge: put '/*' comment start back.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 87f00a92125..b1ea5f8ea06 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -12992,6 +12992,7 @@ static void test_bug9520() } +/* We can't have more than one cursor open for a prepared statement. Test re-executions of a PS with cursor; mysql_stmt_reset must close the cursor attached to the statement, if there is one. |