From f75f58007e9145d62e7b7e5d13afecd129e429bd Mon Sep 17 00:00:00 2001 From: Sergey Glukhov Date: Mon, 31 May 2010 12:38:45 +0400 Subject: test case fix --- mysql-test/r/mdl_sync.result | 4 ++-- mysql-test/t/mdl_sync.test | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'mysql-test') diff --git a/mysql-test/r/mdl_sync.result b/mysql-test/r/mdl_sync.result index 8f236521f99..b78b8dadc77 100644 --- a/mysql-test/r/mdl_sync.result +++ b/mysql-test/r/mdl_sync.result @@ -2390,8 +2390,8 @@ SHOW FULL COLUMNS FROM t1; SET DEBUG_SYNC= "now WAIT_FOR waiting"; SHOW FULL COLUMNS FROM t1; Field Type Collation Null Key Default Extra Privileges Comment -a char(255) latin1_swedish_ci YES NULL select,insert,update,references +a char(255) latin1_swedish_ci YES NULL # SET DEBUG_SYNC= "now SIGNAL completed"; Field Type Collation Null Key Default Extra Privileges Comment -a char(255) latin1_swedish_ci YES NULL select,insert,update,references +a char(255) latin1_swedish_ci YES NULL # DROP TABLE t1; diff --git a/mysql-test/t/mdl_sync.test b/mysql-test/t/mdl_sync.test index dff29d2f6b6..0b4b9af5bc6 100644 --- a/mysql-test/t/mdl_sync.test +++ b/mysql-test/t/mdl_sync.test @@ -3479,9 +3479,10 @@ SET DEBUG_SYNC= "get_schema_column SIGNAL waiting WAIT_FOR completed"; connection default; SET DEBUG_SYNC= "now WAIT_FOR waiting"; +--replace_column 8 # SHOW FULL COLUMNS FROM t1; SET DEBUG_SYNC= "now SIGNAL completed"; - +--replace_column 8 # connection con1; --reap connection default; -- cgit v1.2.1