mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Port the test innodb.doublewrite from MySQL 5.7.
This commit is contained in:
5
mysql-test/suite/innodb/include/no_checkpoint_start.inc
Normal file
5
mysql-test/suite/innodb/include/no_checkpoint_start.inc
Normal file
@ -0,0 +1,5 @@
|
||||
# Preparation for using no_checkpoint_end.inc
|
||||
|
||||
let MYSQLD_DATADIR= `select @@datadir`;
|
||||
--replace_regex /.*Last checkpoint at[ ]*([0-9]+).*/\1/
|
||||
let CHECKPOINT_LSN=`SHOW ENGINE INNODB STATUS`;
|
Reference in New Issue
Block a user