diff options
author | intrigeri <intrigeri@boum.org> | 2010-06-24 16:18:44 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-06-24 16:18:44 +0200 |
commit | 9179c59b50ddf1a8e11817924df7f589a76500b4 (patch) | |
tree | 3989103581f4e312696da752523184bf622bfbaf /ChangeLog | |
parent | 6e2a9468cf66b2b58ab4340eb00dda352ee8f613 (diff) | |
download | backupninja-9179c59b50ddf1a8e11817924df7f589a76500b4.tar.gz backupninja-9179c59b50ddf1a8e11817924df7f589a76500b4.tar.bz2 |
mysql: don't lock tables in the information_schema database (Closes: #587011)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ version 0.9.8 -- UNRELEASED . Better example.dup documentation. Thanks, Alster! . Added ftp_password option to securely transmit the FTP password from backupninja to duplicity. + mysql: + . Don't lock tables in the information_schema database + (Closes: #587011) doc changes manpage: . Fix typo in manpage (Closes: #583778) |