1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Manual merge

This commit is contained in:
evgen@sunlight.local
2006-03-30 17:14:55 +04:00
13 changed files with 134 additions and 17 deletions

View File

@ -12992,7 +12992,6 @@ 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.