| Bug #29938 | wrong behavior of mysqldump --skip-events | ||
|---|---|---|---|
| Submitted: | 20 Jul 2007 18:07 | Modified: | 14 Sep 2007 14:09 |
| Reporter: | Omer BarNir | ||
| Status: | Closed | ||
| Category: | Client | Severity: | S3 (Non-critical) |
| Version: | 5.1.20 | OS: | Any |
| Assigned to: | Gleb Shchepa | Target Version: | |
[20 Jul 2007 18:07]
Omer BarNir
[27 Aug 2007 16:10]
Omer BarNir
dump file showing event table data
Attachment: mysql_dump.tar.gz (application/x-gunzip, text), 105.22 KiB.
[4 Sep 2007 20:17]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/33658 ChangeSet@1.2572, 2007-09-04 23:20:06+05:00, gshchepa@gleb.loc +3 -0 Fixed bug #29938. mysqldump --skip-events --all-databases dumped data of the mysqld.event table, and during the restoration from this dump events was created instead of the --skip-events option. The mysqldump client has been modified to ignore mysql.event table data in case of --skip-events options.
[5 Sep 2007 8:34]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/33690 ChangeSet@1.2572, 2007-09-05 11:35:29+05:00, gshchepa@gleb.loc +3 -0 Fixed bug #29938. 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.
[14 Sep 2007 9:45]
Bugs System
Pushed into 5.1.23-beta
[14 Sep 2007 14:09]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of
that product and will be incorporated into the next release.
If necessary, you can access the source repository and build the latest available
version, including the bug fix. More information about accessing the source trees is
available at
http://dev.mysql.com/doc/en/installing-source.html
Documented fix in 5.1.23 changelog.
