summaryrefslogtreecommitdiff
path: root/man/aria_ftdump.1
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-05-30 23:19:26 +0200
committerSergei Golubchik <sergii@pisem.net>2014-05-30 23:19:26 +0200
commitde8cb7a1f3bc38b9cc782886eb17a4e6d1529944 (patch)
tree7c4126d9cbb2dfb6db042d6481abb60e85d4d695 /man/aria_ftdump.1
parentd533a64bf3ac25278abc33344213fb39e771a54d (diff)
downloadmariadb-git-de8cb7a1f3bc38b9cc782886eb17a4e6d1529944.tar.gz
MDEV-5485 Minor man pages formatting issues
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
Diffstat (limited to 'man/aria_ftdump.1')
-rw-r--r--man/aria_ftdump.129
1 files changed, 29 insertions, 0 deletions
diff --git a/man/aria_ftdump.1 b/man/aria_ftdump.1
new file mode 100644
index 00000000000..4d6c1373e31
--- /dev/null
+++ b/man/aria_ftdump.1
@@ -0,0 +1,29 @@
+.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/