summaryrefslogtreecommitdiff
path: root/debian/additions/mysql_convert_table_format.1
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2012-01-23 12:20:16 +0100
committerunknown <knielsen@knielsen-hq.org>2012-01-23 12:20:16 +0100
commitcfd4fcb0bc3d469dfca74dae30d17250d65fdd91 (patch)
tree63748edc7d791bf41847fa8b678e38d3db952dc6 /debian/additions/mysql_convert_table_format.1
parent3cb24fff33105f40c2f4b696a06449032ec09604 (diff)
downloadmariadb-git-cfd4fcb0bc3d469dfca74dae30d17250d65fdd91.tar.gz
Initial draft for building .deb packages for MariaDB 5.5.
Diffstat (limited to 'debian/additions/mysql_convert_table_format.1')
-rw-r--r--debian/additions/mysql_convert_table_format.117
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/additions/mysql_convert_table_format.1 b/debian/additions/mysql_convert_table_format.1
new file mode 100644
index 00000000000..3c23581df43
--- /dev/null
+++ b/debian/additions/mysql_convert_table_format.1
@@ -0,0 +1,17 @@
+.TH mysql 1 "17 March 2003" "MySQL 3.23" "MySQL database"
+.SH NAME
+mysql_convert_table_format \- MySQL table converter.
+.SH SYNOPSIS
+mysql_convert_table_format [options]
+.SH DESCRIPTION
+Conversion of a MySQL tables to other table types.
+If no tables has been specifed, all tables in the database will be converted.
+
+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