Bug #15518 Reusing a stmt that has failed during prepare does not clear error
- Additional patch removing check for mysql_errno on already closed mysql1
This commit is contained in:
parent
d18e98929c
commit
2c60829f3b
@ -12923,7 +12923,6 @@ static void test_bug15518()
|
|||||||
DIE_UNLESS(rc && mysql_stmt_errno(stmt));
|
DIE_UNLESS(rc && mysql_stmt_errno(stmt));
|
||||||
|
|
||||||
mysql_stmt_close(stmt);
|
mysql_stmt_close(stmt);
|
||||||
DIE_UNLESS(mysql_errno(mysql1));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user