From 64d6a65ab2190344487925be2773dc8134f653d4 Mon Sep 17 00:00:00 2001 From: Thirunarayanan Balathandayuthapani Date: Mon, 14 May 2018 19:31:38 +0530 Subject: [PATCH] - Adjusted the test case for MariaDB --- mysql-test/suite/innodb/r/alter_rename_files.result | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql-test/suite/innodb/r/alter_rename_files.result b/mysql-test/suite/innodb/r/alter_rename_files.result index 0c6f29bcdfe..7df63a051da 100644 --- a/mysql-test/suite/innodb/r/alter_rename_files.result +++ b/mysql-test/suite/innodb/r/alter_rename_files.result @@ -3,9 +3,12 @@ INSERT INTO t1 VALUES(5); SET GLOBAL innodb_log_checkpoint_now=TRUE; SET DEBUG_SYNC='commit_cache_rebuild SIGNAL ready WAIT_FOR finish'; ALTER TABLE t1 ADD PRIMARY KEY(x); +connect con1,localhost,root,,; SET DEBUG_SYNC='now WAIT_FOR ready'; SET GLOBAL innodb_log_checkpoint_now=TRUE; SET DEBUG_SYNC='now SIGNAL finish'; +disconnect con1; +connection default; SHOW CREATE TABLE t1; Table Create Table t1 CREATE TABLE `t1` (