Commit 73697808 authored by unknown's avatar unknown
Browse files

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

parent 618269b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.