Skip to content

Commit

Permalink
Adding *.info file for every dump (optionally)
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Mar 13, 2016
1 parent 7c97c5b commit 71252ce
Show file tree
Hide file tree
Showing 18 changed files with 2,635 additions and 1,254 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -79,7 +79,8 @@ script:
- ./test/08-check_encryption.sh
- ./test/09-check_deletion.sh
- ./test/10-check_nagios_log.sh
- ./test/11-check_misc_settings.sh
- ./test/11-check_info_file.sh
- ./test/12-check_misc_settings.sh


# TODO:
Expand Down
9 changes: 5 additions & 4 deletions CHANGELOG.md
Expand Up @@ -2,14 +2,15 @@ Version 0.16 (unreleased)
------------

- [Fix] Show pipefail-emulation errors and warnings (now works as expected)
- [Fix] Using --defaults-file instead of --defaults-extra-file to make sure no unwanted options are loaded.
- [Fix] Wrong "finished with errors" on tmpwatch readonly files
- [Fix] Using `--defaults-file` instead of `--defaults-extra-file` to make sure no unwanted options are loaded.
- [Fix] Wrong "finished with errors" on `tmpwatch` readonly files
- [Fix] Exception Handling: Handle all unbound variables
- [Fix] Catch error in case of wrong values in all 0/1 variables
- [Fix] Catch tmpwatch/tmpreaper errors show warnings or errors accordingly
- [Fix] tmpreaper/tmpwatch values now also accept and validate units (m, h, d)
- [Fix] Catch `tmpwatch`/`tmpreaper` errors and show warn/err accordingly
- [Fix] `tmpreaper`/`tmpwatch` values now accept/validate units (m, h, d)
- [Fix] Output: stdout did not show all deleted files by tmpwatch/tmpreaper
- [Fix] Testing: Validate MYSQL_OPTS
- [Enh] Adding info files for each dump file (optionally).
- [Enh] Logleves for logging to file (0-3)
- [Enh] Adding info: Show SSL cyphers in use by server (If SSL is enabled)
- [Enh] Adding info: Show if Server is master or slave
Expand Down

0 comments on commit 71252ce

Please sign in to comment.