Hi! 02.08.2014 21:12, Reindl Harald пишет:
what is in "aria_log.00000001" and "aria_log_control" and can i skip them from backups? as far as i see they don't contain any really needed informations
It is transaction log files, as well as some parameters (block size). Transaction log used in recovery, so in normal server start if there is database but no transaction files something went wrong and we can't check integrity. Probably recovery can restore the files, but normal server start have to fail on damaged files.
* so can i exclude that files completly from backups * could MariaDB delete them instead of refuse to start in case the are damaged?
see my last comment on the following bugreport https://bugzilla.redhat.com/show_bug.cgi?id=1123557
140802 19:35:31 [ERROR] mysqld: Aria engine: log initialization failed 140802 19:35:31 [ERROR] Plugin 'Aria' init function returned error. 140802 19:35:31 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed. 140802 19:35:31 [ERROR] Aria engine is not enabled or did not start. The Aria engine must be enabled to continue as mysqld was configured with --with-aria-tmp-tables
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp