diff options
author | unknown <dkatz@damien-katzs-computer.local> | 2007-10-22 15:16:43 -0400 |
---|---|---|
committer | unknown <dkatz@damien-katzs-computer.local> | 2007-10-22 15:16:43 -0400 |
commit | c6e00be97f62ebcf9c10727ea637d57dc368dead (patch) | |
tree | c9fe74b90f4a51e9df17e09c9ba2bcc10318aead /mysql-test/t/events_bugs-master.opt | |
parent | 7555c16adf2597958cb1295e3a46b6cef7cfccf0 (diff) | |
download | mariadb-git-c6e00be97f62ebcf9c10727ea637d57dc368dead.tar.gz |
Bug #31332 --event-scheduler option misbehaving
Changed the behaviour of the --event-scheduler option when used without an arguments. It
now turns the option on.
mysql-test/r/events_bugs.result:
Test that --event-scheduler with no options in events_bugs-master.opt turns the option
on.
mysql-test/t/events_bugs.test:
Test that --event-scheduler with no options in events_bugs-master.opt turns the option
on.
sql/events.cc:
Changed the behaviour of the --event-scheduler option when used without an arguments.
It now turns the option on.
mysql-test/t/events_bugs-master.opt:
Test that --event-scheduler with no options in events_bugs-master.opt turns the option
on.
Diffstat (limited to 'mysql-test/t/events_bugs-master.opt')
-rw-r--r-- | mysql-test/t/events_bugs-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/events_bugs-master.opt b/mysql-test/t/events_bugs-master.opt new file mode 100644 index 00000000000..f93413a61e5 --- /dev/null +++ b/mysql-test/t/events_bugs-master.opt @@ -0,0 +1 @@ +--event-scheduler |