1
0
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:
Aleksey Midenkov
2022-08-31 11:55:05 +03:00
parent 93c8252f02
commit 34398a20b5
4 changed files with 270 additions and 163 deletions

View File

@ -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;