aria_read_log

aria_read_log is a tool for displaying and applying log records from an Aria transaction log.

Note: Aria is compiled without -DIDENTICAL_PAGES_AFTER_RECOVERY which means that the table files are not byte-to-byte identical to files created during normal execution. This should be ok, except for test scripts that try to compare files before and after recovery.

Usage:

aria_read_log OPTIONS

You need to use one of -d or -a.

Options

The following variables can be set while passed as commandline options to aria_read_log, or set in the [aria_read_log] section in your my.cnf file.

OptionDescription
-a, --applyApply log to tables: modifies tables! you should make a backup first! Displays a lot of information if not run with --silent.
--character-sets-dir=nameDirectory where character sets are.
-c, --checkif --display-only, check if record is fully readable (for debugging).
-?, --helpDisplay help and exit.
-d, --display-onlyDisplay brief info read from records' header.
-e, --end-lsn=#Stop applying at this lsn. If end-lsn is used, UNDO:s will not be applied
-h, --aria-log-dir-path=namePath to the directory where to store transactional log
-P, --page-buffer-size=#The size of the buffer used for index blocks for Aria tables.
-l, --print-log-control-filePrint the content of the aria_log_control_file. From MariaDB 10.4.1.
-o, --start-from-lsn=#Start reading log from this lsn.
-C, --start-from-checkpointStart applying from last checkpoint.
-s, --silentPrint less information during apply/undo phase.
-T, --tables-to-redo=nameList of comma-separated tables that we should apply REDO on. Use this if you only want to recover some tables.
-t, --tmpdir=namePath for temporary files. Multiple paths can be specified, separated by colon (:)
--translog-buffer-size=#The size of the buffer used for transaction log for Aria tables.
-u, --undoApply UNDO records to tables. (disable with --disable-undo) (Defaults to on; use --skip-undo to disable.)
-v, --verbosePrint more information during apply/undo phase.
-V, --versionPrint version and exit.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.