mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
fix tests to cleanup after themselves
This commit is contained in:
parent
3403f06d26
commit
b7b991add0
10 changed files with 16 additions and 0 deletions
|
|
@ -115,3 +115,4 @@ master-bin.000006 #
|
|||
DROP TABLE t1, t2;
|
||||
SET GLOBAL max_binlog_size= @old_max_binlog_size;
|
||||
SET GLOBAL innodb_flush_log_at_trx_commit= @old_innodb_flush_log_at_trx_commit;
|
||||
SET debug_sync = 'reset';
|
||||
|
|
|
|||
|
|
@ -143,3 +143,4 @@ INSERT INTO t1 VALUES (31, REPEAT("x", 4100));
|
|||
DROP TABLE t1, t2;
|
||||
SET GLOBAL max_binlog_size= @old_max_binlog_size;
|
||||
SET GLOBAL innodb_flush_log_at_trx_commit= @old_innodb_flush_log_at_trx_commit;
|
||||
SET debug_sync = 'reset';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue