• unknown's avatar
    Fixed bug #29938. · 6a71b067
    unknown authored
    mysqldump --skip-events --all-databases dumped data of the mysqld.event table,
    and during the restoration from this dump events were created in spite
    of the --skip-events option.
    
    The mysqldump client has been modified to ignore mysql.event table data
    in case of --skip-events options.
    
    
    client/mysqldump.c:
      Fixed bug #29938.
      The dump_table function has been modified to skip dumping of
      the mysql.event table data in case of the --skip-event mysqldump
      client option.
    mysql-test/t/mysqldump.test:
      Updated test case for bug #29938.
    mysql-test/r/mysqldump.result:
      Updated test case for bug #29938.
    6a71b067
mysqldump.result 177 KB