Skip to content

Commit 64d6a65

Browse files
- Adjusted the test case for MariaDB
1 parent 0ba299d commit 64d6a65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mysql-test/suite/innodb/r/alter_rename_files.result

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ INSERT INTO t1 VALUES(5);
33
SET GLOBAL innodb_log_checkpoint_now=TRUE;
44
SET DEBUG_SYNC='commit_cache_rebuild SIGNAL ready WAIT_FOR finish';
55
ALTER TABLE t1 ADD PRIMARY KEY(x);
6+
connect con1,localhost,root,,;
67
SET DEBUG_SYNC='now WAIT_FOR ready';
78
SET GLOBAL innodb_log_checkpoint_now=TRUE;
89
SET DEBUG_SYNC='now SIGNAL finish';
10+
disconnect con1;
11+
connection default;
912
SHOW CREATE TABLE t1;
1013
Table Create Table
1114
t1 CREATE TABLE `t1` (

0 commit comments

Comments
 (0)