mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
de8cb7a1f3
MDEV-6281 Typo in mysql_install_db scripts and collateral changes: * remove mysql_tableinfo.1 and references to it (there's no mysql_tableinfo) * for debian: create manpages for mysqlrepair, mysqlanalyze, mysqloptimize (as symlinks for mysqlcheck.1, just as executables are symlinks to mysqlcheck) * remove mysqlmanager.8 and references to it * correct "very long line" error in mysqladmin.1 * simplify and fix table formatting in mysqlbinlog.1 and mysqldump.1 * fix a typo in the help text in mysql_install_db * aria_chk: say "for Linux on x86_64", like other tools do (not "for Linux at x86_64") * add simple manpages for aria_* utilities
29 lines
740 B
Groff
29 lines
740 B
Groff
.TH ARIA_FTDUMP "1" "May 2014" "aria_ftdump Ver 1.0" "User Commands"
|
|
.SH NAME
|
|
aria_ftdump \- display full\-text index information
|
|
.SH DESCRIPTION
|
|
Use: aria_ft_dump <table_name> <index_num>
|
|
.TP
|
|
\fB\-?\fR, \fB\-h\fR, \fB\-\-help\fR
|
|
Display help and exit.
|
|
.TP
|
|
\fB\-c\fR, \fB\-\-count\fR
|
|
Calculate per\-word stats (counts and global weights).
|
|
.TP
|
|
\fB\-d\fR, \fB\-\-dump\fR
|
|
Dump index (incl. data offsets and word weights).
|
|
.TP
|
|
\fB\-l\fR, \fB\-\-length\fR
|
|
Report length distribution.
|
|
.TP
|
|
\fB\-s\fR, \fB\-\-stats\fR
|
|
Report global stats.
|
|
.TP
|
|
\fB\-v\fR, \fB\-\-verbose\fR
|
|
Be verbose.
|
|
.PP
|
|
.SH "SEE ALSO"
|
|
\fBmyisam_ftdump(1)\fR
|
|
.PP
|
|
For more information, please refer to the MariaDB Knowledge Base,
|
|
which is available online at http://mariadb.com/kb/
|