mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
5 lines
192 B
PHP
5 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`;
|