diff options
author | sergefp@mysql.com <> | 2006-03-30 22:35:50 +0400 |
---|---|---|
committer | sergefp@mysql.com <> | 2006-03-30 22:35:50 +0400 |
commit | c67ed1ee8c6151b2abf74070446106774b73a958 (patch) | |
tree | 93a428125ce4047fa17fc58f315825718d73dee9 /tests | |
parent | 2eae9b0a180bd33c2ca60455198eb663a5b5294b (diff) | |
download | mariadb-git-c67ed1ee8c6151b2abf74070446106774b73a958.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. |