summaryrefslogtreecommitdiff
path: root/mysql-test/r/events_scheduling.result
diff options
context:
space:
mode:
authorunknown <cbell/Chuck@mysql_cab_desk.>2007-03-30 12:25:39 -0400
committerunknown <cbell/Chuck@mysql_cab_desk.>2007-03-30 12:25:39 -0400
commitc3e420cf342eda2a7047d543dc95b8a64b704a6d (patch)
tree60503bff28bacaf6da0bfc85eccdd1a48c5a1954 /mysql-test/r/events_scheduling.result
parente950594efec94a302f1e33afb099de53f3c2b50e (diff)
downloadmariadb-git-c3e420cf342eda2a7047d543dc95b8a64b704a6d.tar.gz
This patch adds IF EXISTS to the drop of start_n_end to avoid a problem on
some build machines during testing. mysql-test/t/events_scheduling.test: This patch alters result file to match the DROP IF EXISTS that was changed in the test.
Diffstat (limited to 'mysql-test/r/events_scheduling.result')
-rw-r--r--mysql-test/r/events_scheduling.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/events_scheduling.result b/mysql-test/r/events_scheduling.result
index d885dc3a048..12f270748a6 100644
--- a/mysql-test/r/events_scheduling.result
+++ b/mysql-test/r/events_scheduling.result
@@ -69,7 +69,7 @@ OK
SELECT IF(LAST_EXECUTED-ENDS < 3, 'OK', 'ERROR') FROM INFORMATION_SCHEMA.EVENTS WHERE EVENT_SCHEMA=DATABASE() AND EVENT_NAME='start_n_end' AND ENDS IS NOT NULL;
IF(LAST_EXECUTED-ENDS < 3, 'OK', 'ERROR')
OK
-DROP EVENT start_n_end;
+DROP EVENT IF EXISTS events_test.start_n_end;
"Already dropped because ended. Therefore an error."
DROP EVENT only_one_time;
ERROR HY000: Unknown event 'only_one_time'