summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsergefp@mysql.com <>2006-03-30 22:35:50 +0400
committersergefp@mysql.com <>2006-03-30 22:35:50 +0400
commitc67ed1ee8c6151b2abf74070446106774b73a958 (patch)
tree93a428125ce4047fa17fc58f315825718d73dee9 /tests
parent2eae9b0a180bd33c2ca60455198eb663a5b5294b (diff)
downloadmariadb-git-c67ed1ee8c6151b2abf74070446106774b73a958.tar.gz
Fix incorrect merge: put '/*' comment start back.
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c1
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.