summaryrefslogtreecommitdiff
path: root/debian/additions/mysql_find_rows.1
diff options
context:
space:
mode:
Diffstat (limited to 'debian/additions/mysql_find_rows.1')
-rw-r--r--debian/additions/mysql_find_rows.118
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/additions/mysql_find_rows.1 b/debian/additions/mysql_find_rows.1
new file mode 100644
index 0000000..35a70b1
--- /dev/null
+++ b/debian/additions/mysql_find_rows.1
@@ -0,0 +1,18 @@
+.TH mysql 1 "17 March 2003" "MySQL 3.23" "MySQL database"
+.SH NAME
+mysql_find_rows \- MySQL shell skript for searching in update logs.
+.SH SYNOPSIS
+mysql_find_rows [options]
+.SH DESCRIPTION
+Prints all SQL queries that matches a regexp or contains a 'use
+database' or 'set ..' command to stdout. A SQL query may contain
+newlines. This is useful to find things in a MySQL update log.
+
+For more information start the program with '--help'.
+.SH "SEE ALSO"
+mysql (1), mysqld (1)
+.SH AUTHOR
+This manpage was written by Christian Hammers <ch@debian.org>.
+
+MySQL is available at http://www.mysql.com/.
+.\" end of man page