summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Glukhov <Sergey.Glukhov@sun.com>2010-05-31 12:38:45 +0400
committerSergey Glukhov <Sergey.Glukhov@sun.com>2010-05-31 12:38:45 +0400
commitf75f58007e9145d62e7b7e5d13afecd129e429bd (patch)
treecc3a49fa525fd4370d1b76e39e43cc2f584c8fa4
parentaa28461510d211bd67c668a0922d555964e0d834 (diff)
downloadmariadb-git-f75f58007e9145d62e7b7e5d13afecd129e429bd.tar.gz
test case fix
-rw-r--r--mysql-test/r/mdl_sync.result4
-rw-r--r--mysql-test/t/mdl_sync.test3
2 files changed, 4 insertions, 3 deletions
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;