~otto/maria/5.5.37-0ubuntu0.14.04.1

« back to all changes in this revision

Viewing changes to debian/additions/myisampack.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
 
myisampack \- Compresses MySQL database files.
4
 
.SH SYNOPSIS
5
 
myisampack [options]
6
 
.SH DESCRIPTION
7
 
Pack a MyISAM-table to take much less space.
8
 
Keys are not updated, you must run myisamchk -rq on the datafile
9
 
afterwards to update the keys.
10
 
You should give the .MYI file as the filename argument.
11
 
 
12
 
For more information start the program with '--help'.
13
 
.SH "SEE ALSO"
14
 
mysql (1), mysqld (1)
15
 
.SH AUTHOR
16
 
This manpage was written by Christian Hammers <ch@debian.org>.
17
 
 
18
 
MySQL is available at http://www.mysql.com/.
19
 
.\" end of man page