mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-25292 backup_log improved
Separate backup_log_print per each test case group.
This commit is contained in:
@ -24,6 +24,8 @@ create table mysqltest.t91 (a int primary key, b int) engine=innodb;
|
||||
alter database mysqltest character set utf8;
|
||||
drop database mysqltest;
|
||||
|
||||
--source backup_log_print.inc
|
||||
|
||||
--echo #
|
||||
--echo # MENT-222 bug testing
|
||||
--echo #
|
||||
@ -36,4 +38,5 @@ CREATE TABLE IF NOT EXISTS t_exists LIKE t_exists_template;
|
||||
--echo #
|
||||
DROP TABLE t_exists;
|
||||
DROP TABLE t_exists_template;
|
||||
--source backup_log_print.inc
|
||||
disconnect con1;
|
||||
|
Reference in New Issue
Block a user