1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix incorrect merge: put '/*' comment start back.

This commit is contained in:
sergefp@mysql.com
2006-03-30 22:35:50 +04:00
parent 2eae9b0a18
commit c67ed1ee8c

View File

@ -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.