summaryrefslogtreecommitdiff
path: root/mysql-test/r/delayed.result
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-03-18 13:57:46 +0100
committerSergei Golubchik <serg@mariadb.org>2016-03-21 11:43:19 +0100
commitb9e571882b3801f53d30bb77155743af39c1b719 (patch)
tree0f1194a1057d6dabe100fe30bb671b403ae15b3e /mysql-test/r/delayed.result
parentd158ba62f71ddcc09ecbaff9a73e456e62e2f2e8 (diff)
downloadmariadb-git-b9e571882b3801f53d30bb77155743af39c1b719.tar.gz
MDEV-9679 main.delayed fails sporadically
update main.delayed test after 38b89a61 ALTER TABLE ... COMMENT is no longer blocking, use a different ALTER TABLE variant.
Diffstat (limited to 'mysql-test/r/delayed.result')
-rw-r--r--mysql-test/r/delayed.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/delayed.result b/mysql-test/r/delayed.result
index 0eb0661b0e2..98c8b599e88 100644
--- a/mysql-test/r/delayed.result
+++ b/mysql-test/r/delayed.result
@@ -379,7 +379,7 @@ SELECT * FROM t1 WHERE a=0;
a
# Connection con1
# Sending:
-ALTER TABLE t1 COMMENT 'test';
+ALTER TABLE t1 MODIFY a INT UNSIGNED;;
# Connection default
# Wait until ALTER TABLE is blocked on table 't1'.
INSERT DELAYED INTO t1 VALUES (3);