diff options
author | intrigeri <intrigeri@boum.org> | 2014-02-22 13:34:06 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2014-02-22 13:34:57 +0000 |
commit | e96a894bb85b72253a2a1e69e36f4f6e89713078 (patch) | |
tree | b92b99095a6652c3082ae8ab3684410d40e5b608 /ChangeLog | |
parent | 3c19ee1f8c5e5f0f37853d120b2484e3d57f885e (diff) | |
download | backupninja-e96a894bb85b72253a2a1e69e36f4f6e89713078.tar.gz backupninja-e96a894bb85b72253a2a1e69e36f4f6e89713078.tar.bz2 |
mysql: fix non-qualified table name extraction (Closes: Redmine#4373).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ version 1.0.2 -- UNRELEASED . Gracefully handle legacy spaces between -o and IdentityFile. mysql: . Make "nodata" option compatible with compress=no. + . Fix non-qualified table name extraction. (Closes: Redmine#4373) rdiff: . Add option to include rdiff-backup output in reports. Thanks to David Gasaway <dave@gasaway.org> for the patch! |