• unknown's avatar
    Added code to mysqldump to dump timed events when instructed to do so, with · 38407743
    unknown authored
    the '-E' or '--events' flag.  (Closes Bug#16853 and Bug#17714.)
    
    
    WARNING:
    
    At present, these tests fail due to b*g number 18078.
    
    
    client/mysqldump.c:
      Added code to dump events, when asked to do so via the --events parameter.
      
      Also cleaned up some surrounding code.
    mysql-test/r/mysqldump.result:
      Added a test to create an event, dump it, restore it, add more events, dump
      all of them, and restore all of them.
    mysql-test/t/mysqldump.test:
      Added a test to create an event, dump it, restore it, add more events, dump
      all of them, and restore all of them.
    sql/event_timed.cc:
      No longer qualify SHOW CREATE EVENT names with the database name.
    BitKeeper/etc/ignore:
      Removing accidentally 'ignored' bogus file entry.
    38407743
event_timed.cc 40.7 KB