summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/include/truncate_recover.inc
blob: fe068afa6e30d9e7d86c67f960bfa6abfd79a95e (plain)
1
2
3
4
5
6
7
8
begin;
update t1 set c = 'MariaDB';
update t1 set c = 'InnoDB';
eval set global debug_dbug = '+d,$SEARCH_PATTERN';
commit;
--source include/shutdown_mysqld.inc
--source include/search_pattern_in_file.inc
--source include/start_mysqld.inc