summaryrefslogtreecommitdiff
path: root/mysql-test/t/events_bugs.test
diff options
context:
space:
mode:
authorDmitry Shulga <Dmitry.Shulga@oracle.com>2011-06-10 01:05:10 +0700
committerDmitry Shulga <Dmitry.Shulga@oracle.com>2011-06-10 01:05:10 +0700
commit53e4a8520493a33916c7c8079dcc4c09898ee4e4 (patch)
tree0b627183b851ff71f42b6bc1f3e36eb0c798a39e /mysql-test/t/events_bugs.test
parentfa913a0b987d94164449511cf0cef5baf1fb9a6f (diff)
downloadmariadb-git-53e4a8520493a33916c7c8079dcc4c09898ee4e4.tar.gz
Follow-up for patch of bug#11764334.
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 3617a96c008..a57235d744b 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;