1ARIA_DUMP_LOG(1) User Commands ARIA_DUMP_LOG(1)
2
3
4
6 aria_dump_log - Dump content of Aria log pages.
7
9 aria_dump_log -f file OPTIONS
10
12 Dump content of Aria log pages.
13
14 -#, --debug[=name]
15 Output debug log. Often the argument is 'd:t:o,filename'.
16
17 -f, --file=name
18 Path to file which will be read
19
20 -?, --help
21 Display this help and exit.
22
23 -o, --offset=#
24 Start reading log from this offset
25
26 -n, --pages=#
27 Number of pages to read
28
29 -U, --unit-test
30 Use unit test record table (for logs created by unittests
31
32 -V, --version
33 Print version and exit.
34
35 Default options are read from the following files in the given order:
36 /etc/my.cnf /etc/mysql/my.cnf ~/.my.cnf
37
38 The following groups are read: aria_dump_log
39
40 The following options may be given as the first argument:
41
42 --print-defaults
43 Print the program argument list and exit.
44
45 --no-defaults
46 Don't read default options from any option file.
47
48 --defaults-file=#
49 Only read default options from the given file #.
50
51 --defaults-extra-file=#
52 Read this file after the global files are read.
53
55 For more information, please refer to the MariaDB Knowledge Base,
56 available online at https://mariadb.com/kb/
57
59 MariaDB Foundation (http://www.mariadb.org/).
60
61
62
63aria_dump_log Ver 1.0 May 2014 ARIA_DUMP_LOG(1)