mirror of
https://github.com/MariaDB/server.git
synced 2025-05-05 16:59:35 +03:00
6 lines
192 B
PHP
6 lines
192 B
PHP
# 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`;
|