mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Don't use row level logging on optimize or repair table.
(Fixes core dump in rpl_failed_optimize.test) Ensure we end active transcations if we do an admin command (like optimize, repair etc)
This commit is contained in:
parent
69d0960d60
commit
8c7783c1e0
15 changed files with 92 additions and 42 deletions
|
|
@ -17,3 +17,8 @@ OPTIMIZE TABLE non_existing;
|
|||
sync_slave_with_master;
|
||||
|
||||
# End of 4.1 tests
|
||||
|
||||
connection master;
|
||||
select * from t1;
|
||||
commit;
|
||||
drop table t1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue