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

A fix for Bug#32724 "innodb_mysql.test fails randomly".

Enable back the disabled test case.
This commit is contained in:
kostja@dipika.(none)
2008-04-07 15:42:32 +04:00
parent 44fe33f011
commit 63944ed537
2 changed files with 1 additions and 1 deletions

View File

@ -3301,6 +3301,7 @@ end_with_restore_list:
can free its locks if LOCK TABLES locked some tables before finding
that it can't lock a table in its list
*/
ha_autocommit_or_rollback(thd, 1);
end_active_trans(thd);
thd->options&= ~(OPTION_TABLE_LOCK);
}