1ARIA_READ_LOG(1)                 User Commands                ARIA_READ_LOG(1)
2
3
4

NAME

6       aria_read_log - display Aria log file contents
7

SYNOPSIS

9       aria_read_log OPTIONS
10

DESCRIPTION

12       Display  and apply log records from a Aria transaction log found in the
13       current directory (for now)
14
15       Note: Aria is compiled without  -DIDENTICAL_PAGES_AFTER_RECOVERY  which
16       means that the table files are not byte-to-byte identical to files cre‐
17       ated during normal execution.  This  should  be  ok,  except  for  test
18       scripts that tries to compare files before and after recovery.
19
20       You need to use one of -d or -a
21
22       -a, --apply
23              Apply  log  to tables: modifies tables! you should make a backup
24              first!  Displays a lot of information if not run with --silent
25
26       --character-sets-dir=name
27              Directory where character sets are.
28
29       -c, --check
30              if --display-only, check if record is fully readable (for debug‐
31              ging)
32
33       -#, --debug[=name]
34              Output debug log. Often the argument is 'd:t:o,filename'.
35
36       --force-crash=#
37              Force crash after # recovery events
38
39       -?, --help
40              Display this help and exit.
41
42       -d, --display-only
43              display brief info read from records' header
44
45       -e, --end-lsn=#
46              Stop  applying  at this lsn. If end-lsn is used, UNDO:s will not
47              be applied
48
49       -h, --aria-log-dir-path=name
50              Path to the directory where to store transactional log
51
52       -P, --page-buffer-size=#
53              The size of the buffer used for index blocks for Aria tables
54
55       -o, --start-from-lsn=#
56              Start reading log from this lsn
57
58       -C, --start-from-checkpoint
59              Start applying from last checkpoint
60
61       -s, --silent
62              Print less information during apply/undo phase
63
64       -T, --tables-to-redo=name
65              List of tables separated with , that we should  apply  REDO  on.
66              Use this if you only want to recover some tables
67
68       -t, --tmpdir=name
69              Path for temporary files. Multiple paths can be specified, sepa‐
70              rated by colon (:)
71
72       --translog-buffer-size=#
73              The size of the buffer used for transaction log for Aria tables
74
75       -u, --undo
76              Apply UNDO records to tables. (disable with --disable-undo) (De‐
77              faults to on; use --skip-undo to disable.)
78
79       -v, --verbose
80              Print more information during apply/undo phase
81
82       -V, --version
83              Print version and exit.
84
85       Default  options  are read from the following files in the given order:
86       /etc/my.cnf /etc/mysql/my.cnf ~/.my.cnf
87
88       The following groups are read: aria_read_log
89
90       The following options may be given as the first argument:
91
92       --print-defaults
93              Print the program argument list and exit.
94
95       --no-defaults
96              Don't read default options from any option file.
97
98       --defaults-file=#
99              Only read default options from the given file #.
100
101       --defaults-extra-file=#
102              Read this file after the global files are read.
103

SEE ALSO

105       myisamlog(1)
106
107       For more information, please  refer  to  the  MariaDB  Knowledge  Base,
108       available online at https://mariadb.com/kb/
109
110
111
112aria_read_log Ver 1.3              May 2014                   ARIA_READ_LOG(1)
Impressum