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
commit07f07ffed1cb8a62dbfe7a8a694becd3e4688ea5 (patch)
treecc3a49fa525fd4370d1b76e39e43cc2f584c8fa4
parenta1b8e4dc7e3c366a3c6db50cc0a7b4f2f6a1e589 (diff)
downloadmariadb-git-07f07ffed1cb8a62dbfe7a8a694becd3e4688ea5.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;