diff options
author | iangilfillan <github@greenman.co.za> | 2015-09-09 14:32:52 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-10-09 12:46:54 +0200 |
commit | 50775094cf64864e246da8cbd8de222654579ec7 (patch) | |
tree | 26e6e3aaab2ae2f704966c4d28c7c3183227f43e /man/mysqldumpslow.1 | |
parent | 6dd41145ac6d33db08157e96cbc3b400b54f898b (diff) | |
download | mariadb-git-50775094cf64864e246da8cbd8de222654579ec7.tar.gz |
MDEV-7680: Update man pages
Diffstat (limited to 'man/mysqldumpslow.1')
-rw-r--r-- | man/mysqldumpslow.1 | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/man/mysqldumpslow.1 b/man/mysqldumpslow.1 index d0d48f81747..bd1f5189112 100644 --- a/man/mysqldumpslow.1 +++ b/man/mysqldumpslow.1 @@ -1,13 +1,6 @@ '\" t -.\" Title: \fBmysqldumpslow\fR -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 04/06/2010 -.\" Manual: MySQL Database System -.\" Source: MySQL 5.1 -.\" Language: English .\" -.TH "\FBMYSQLDUMPSLOW\FR" "1" "04/06/2010" "MySQL 5\&.1" "MySQL Database System" +.TH "\FBMYSQLDUMPSLOW\FR" "1" "04/08/2015" "MariaDB 10\&.0" "MariaDB Database System" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -26,10 +19,9 @@ mysqldumpslow \- Summarize slow query log files \fBmysqldumpslow [\fR\fBoptions\fR\fB] [\fR\fB\fIlog_file\fR\fR\fB \&.\&.\&.]\fR .SH "DESCRIPTION" .PP -The MySQL slow query log contains information about queries that take a long time to execute (see -Section\ \&5.2.5, \(lqThe Slow Query Log\(rq)\&. +The MariaDB slow query log contains information about queries that take a long time to execute\&. \fBmysqldumpslow\fR -parses MySQL slow query log files and prints a summary of their contents\&. +parses MariaDB slow query log files and prints a summary of their contents\&. .PP Normally, \fBmysqldumpslow\fR @@ -132,9 +124,9 @@ Consider only queries that match the (\fBgrep\fR\-style) pattern\&. .\} \fB\-h \fR\fB\fIhost_name\fR\fR .sp -Host name of MySQL server for +Host name of MariaDB server for *\-slow\&.log -file name\&. The value can contain a wildcare\&. The default is +file name\&. The value can contain a wildcard\&. The default is * (match all)\&. .RE @@ -309,7 +301,7 @@ Count: 3 Time=2\&.13s (6s) Lock=0\&.00s (0s) Rows=0\&.0 (0), root[root]@local .SH "COPYRIGHT" .br .PP -Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc. +Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc., 2010-2015 MariaDB Foundation .PP This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. .PP @@ -318,8 +310,6 @@ This documentation is distributed in the hope that it will be useful, but WITHOU You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. .sp .SH "SEE ALSO" -For more information, please refer to the MySQL Reference Manual, -which may already be installed locally and which is also available -online at http://dev.mysql.com/doc/. +For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/ .SH AUTHOR -Sun Microsystems, Inc. (http://www.mysql.com/). +MariaDB Foundation (http://www.mariadb.org/). |