Man page - aria_dump_log(1)
Packages contas this manual
- aria_dump_log(1)
- mariadb-service-convert(1)
- aria_read_log(1)
- wsrep_sst_mysqldump(1)
- aria_ftdump(1)
- myisamchk(1)
- wsrep_sst_rsync(1)
- wsrep_sst_backup(1)
- myisamlog(1)
- mariadbd-safe(1)
- galera_recovery(1)
- wsrep_sst_rsync_wan(1)
- mariadbd-safe-helper(1)
- myisam_ftdump(1)
- wsrep_sst_common(1)
- mariadbd-multi(1)
- wsrep_sst_mariabackup(1)
- galera_new_cluster(1)
- aria_chk(1)
- myisampack(1)
- mysqld_safe(1)
- aria_pack(1)
Package: mariadb-server
apt-get install mariadb-server
apt-get install mariadb-server
Manuals in package:
Documentations in package:
Manual
| ARIA_DUMP_LOG(1) | User Commands | ARIA_DUMP_LOG(1) |
NAME
aria_dump_log - Dump content of Aria log pages.
SYNOPSIS
aria_dump_log -f file OPTIONS
DESCRIPTION
Dump content of Aria log pages.
- -#, --debug[=name]
- Output debug log. Often the argument is 'd:t:o,filename'.
- -f, --file=name
- Path to file which will be read
- -?, --help
- Display this help and exit.
- -o, --offset=#
- Start reading log from this offset
- -n, --pages=#
- Number of pages to read
- -U, --unit-test
- Use unit test record table (for logs created by unittests
- -V, --version
- Print version and exit.
Default options are read from the following files in the given order: /etc/my.cnf /etc/mysql/my.cnf ~/.my.cnf
The following groups are read: aria_dump_log
The following options may be given as the first argument:
- --print-defaults
- Print the program argument list and exit.
- --no-defaults
- Don't read default options from any option file.
- --defaults-file=#
- Only read default options from the given file #.
- --defaults-extra-file=#
- Read this file after the global files are read.
SEE ALSO
For more information, please refer to the MariaDB Documentation, available online at https://mariadb.com/docs/
AUTHOR
MariaDB Foundation (http://www.mariadb.org/).
| May 2014 | aria_dump_log Ver 1.0 |