diff options
author | unknown <kostja@bodhi.local> | 2007-03-24 13:13:54 +0300 |
---|---|---|
committer | unknown <kostja@bodhi.local> | 2007-03-24 13:13:54 +0300 |
commit | d9b8e466bf8258f94ed69a7771d9098d3185fa11 (patch) | |
tree | 37d7c01c07cdca4777e42c0041974f7ed16eb54d /mysql-test/t/events_restart_phase0.result | |
parent | 287afa573258dca571f6a6cc398e2f1d194056ab (diff) | |
download | mariadb-git-d9b8e466bf8258f94ed69a7771d9098d3185fa11.tar.gz |
Remove files that were checked in by mistake.
BitKeeper/deleted/.del-events_restart_phase0.log:
Delete: mysql-test/t/events_restart_phase0.log
BitKeeper/deleted/.del-events_restart_phase0.result:
Delete: mysql-test/t/events_restart_phase0.result
BitKeeper/deleted/.del-events_restart_phase0.result~7954c29cea87c6f7:
Delete: mysql-test/r/events_restart_phase0.result
Diffstat (limited to 'mysql-test/t/events_restart_phase0.result')
-rw-r--r-- | mysql-test/t/events_restart_phase0.result | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mysql-test/t/events_restart_phase0.result b/mysql-test/t/events_restart_phase0.result deleted file mode 100644 index 218b804a302..00000000000 --- a/mysql-test/t/events_restart_phase0.result +++ /dev/null @@ -1,22 +0,0 @@ -SHOW VARIABLES LIKE 'event%'; -Variable_name Value -event_scheduler DISABLED -SELECT @@global.event_scheduler; -@@global.event_scheduler -DISABLED -SET GLOBAL event_scheduler=on; -ERROR HY000: The MySQL server is running with the --event-scheduler=DISABLED option so it cannot execute this statement -SET GLOBAL event_scheduler=off; -ERROR HY000: The MySQL server is running with the --event-scheduler=DISABLED option so it cannot execute this statement -SET GLOBAL event_scheduler=0; -ERROR HY000: The MySQL server is running with the --event-scheduler=DISABLED option so it cannot execute this statement -SET GLOBAL event_scheduler=1; -ERROR HY000: The MySQL server is running with the --event-scheduler=DISABLED option so it cannot execute this statement -SET GLOBAL event_scheduler=2; -ERROR 42000: Variable 'event_scheduler' can't be set to the value of '2' -SET GLOBAL event_scheduler=SUSPEND; -ERROR 42000: Variable 'event_scheduler' can't be set to the value of 'SUSPEND' -SET GLOBAL event_scheduler=SUSPENDED; -ERROR 42000: Variable 'event_scheduler' can't be set to the value of 'SUSPENDED' -SET GLOBAL event_scheduler=disabled; -ERROR 42000: Variable 'event_scheduler' can't be set to the value of 'disabled' |