1
0
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:
Marko Mäkelä
2016-12-20 15:03:56 +02:00
parent 44da95e5ed
commit 195241e125
5 changed files with 656 additions and 0 deletions

View 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`;