~ubuntu-branches/ubuntu/trusty/mariadb-5.5/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/additions/pack_isam.1

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2013-12-22 10:27:05 UTC
  • Revision ID: package-import@ubuntu.com-20131222102705-mndw7s12mz0szrcn
Tags: upstream-5.5.32
Import upstream version 5.5.32

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 ISAM-table to take much smaller space
 
8
Keys are not updated, so you must run isamchk -rq on any table
 
9
that has keys after you have compressed it
 
10
You should give the .ISM 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