blob: a903fee67d425277a2065be19cb33cb86e871baf (
plain)
1
2
3
4
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`;
|