diff options
Diffstat (limited to 'storage/maria/ma_test2.c')
-rw-r--r-- | storage/maria/ma_test2.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/maria/ma_test2.c b/storage/maria/ma_test2.c index f7cad5dbd91..c57c2ba0999 100644 --- a/storage/maria/ma_test2.c +++ b/storage/maria/ma_test2.c @@ -893,6 +893,11 @@ int main(int argc, char *argv[]) maria_scan_end(file); goto err; } + if (testflag == 6) + goto end; + if (checkpoint == 6 && ma_checkpoint_execute(CHECKPOINT_MEDIUM, FALSE)) + goto err; + end: maria_scan_end(file); if (die_in_middle_of_transaction) |