From c67ed1ee8c6151b2abf74070446106774b73a958 Mon Sep 17 00:00:00 2001 From: "sergefp@mysql.com" <> Date: Thu, 30 Mar 2006 22:35:50 +0400 Subject: [PATCH] Fix incorrect merge: put '/*' comment start back. --- tests/mysql_client_test.c | 1 + 1 file changed, 1 insertion(+) 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.