summaryrefslogtreecommitdiff
path: root/mysql-test/t/events_bugs.test
diff options
context:
space:
mode:
authorDmitry Shulga <Dmitry.Shulga@oracle.com>2011-06-10 01:08:38 +0700
committerDmitry Shulga <Dmitry.Shulga@oracle.com>2011-06-10 01:08:38 +0700
commit4fe2cd10c2b18c8e0b9af3a5511b7dd23977c7b5 (patch)
tree2230c6a2b8bf381000341f9ed1846dd03e058f0f /mysql-test/t/events_bugs.test
parent1be4de546ea89a05babb94d9a95e3bce2fccf0f0 (diff)
parent53e4a8520493a33916c7c8079dcc4c09898ee4e4 (diff)
downloadmariadb-git-4fe2cd10c2b18c8e0b9af3a5511b7dd23977c7b5.tar.gz
Auto-merge of follow-up for bug#11764334 from mysql-5.1 tree.
Diffstat (limited to 'mysql-test/t/events_bugs.test')
-rw-r--r--mysql-test/t/events_bugs.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/events_bugs.test b/mysql-test/t/events_bugs.test
index 06dc3b30aa2..3a840aedc7c 100644
--- a/mysql-test/t/events_bugs.test
+++ b/mysql-test/t/events_bugs.test
@@ -1295,8 +1295,10 @@ DROP DATABASE IF EXISTS event_test11764334;
CREATE DATABASE event_test11764334;
USE event_test11764334;
CREATE EVENT ev1 ON SCHEDULE EVERY 3 SECOND DISABLE DO SELECT 1;
+--replace_column 9 # 10 #
SHOW EVENTS IN event_test11764334 WHERE NAME='ev1';
ALTER EVENT ev1 ON SCHEDULE EVERY 4 SECOND;
+--replace_column 9 # 10 #
SHOW EVENTS IN event_test11764334 WHERE NAME='ev1';
DROP EVENT ev1;
DROP DATABASE event_test11764334;