diff options
author | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2018-05-14 19:31:38 +0530 |
---|---|---|
committer | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2018-05-16 15:03:09 +0530 |
commit | 64d6a65ab2190344487925be2773dc8134f653d4 (patch) | |
tree | a0d23b716326f04fba078b410cdf0cefac42360c /mysql-test | |
parent | 0ba299da02266a5f786c718b03632c0d9433963b (diff) | |
download | mariadb-git-64d6a65ab2190344487925be2773dc8134f653d4.tar.gz |
- Adjusted the test case for MariaDB
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/innodb/r/alter_rename_files.result | 3 |
1 files changed, 3 insertions, 0 deletions
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` ( |