~otto/maria/5.5.37-0ubuntu0.14.04.1

« back to all changes in this revision

Viewing changes to debian/additions/myisamchk.1

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen, Otto Kekäläinen, James Page
  • Date: 2013-12-22 10:28:14 UTC
  • Revision ID: package-import@ubuntu.com-20131222102814-dvryvsdyl8m3u2az
Tags: 5.5.32-1
[ Otto Kekäläinen ]
* Initial package for Debian (Closes: #565308), based on upstream
  packaging:
  - mariadb-5.3 by Sergei Golubchik
  - mariadb-5.2 by Kristian Nielsen
  - mariadb-5.1 by Peter Lieverdink
* Bring packaging up-to-date inline with mysql-5.5 packaging.
* Refine control file and tidy lintian warnings
* Rename libmysqlclient18 -> libmariadbclient18.
* Add suitable Breaks/Replaces/Provides to support migration
  to/from mysql-server-5.5.
* Plus multiple other updates based on feedback from Debian maintainers

[ James Page ]
* d/control,rules: Cherry picked fix from mysql-5.5 packaging to disable
  x86 assembler in taocrypt on i386 architectures, removing need for
  gcc-4.4 dependency.
* d/control: Add myself to uploaders.
* d/control: Update Vcs fields for new location on git.debian.org.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH mysql 1 "17 March 2003" "MySQL 3.23" "MySQL database"
2
 
.SH NAME
3
 
myisamchk \- Checks MySQL myisam type databases. 
4
 
.SH SYNOPSIS
5
 
myisamchk [options]
6
 
.SH DESCRIPTION
7
 
Description, check and repair of ISAM tables.
8
 
Used without options all tables on the command will be checked for errors
9
 
 
10
 
For more information start the program with '--help'.
11
 
.SH "SEE ALSO"
12
 
mysql (1), mysqld (1)
13
 
.SH AUTHOR
14
 
This manpage was written by Christian Hammers <ch@debian.org>.
15
 
 
16
 
MySQL is available at http://www.mysql.com/.
17
 
.\" end of man page