~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to man/ndb_drop_table.1

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-21 15:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100621153105-pbbz3t6nyrf9t2zq
Tags: upstream-5.1.48
ImportĀ upstreamĀ versionĀ 5.1.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBndb_drop_table\fR
3
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 05/06/2010
 
5
.\"      Date: 06/03/2010
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.1
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBNDB_DROP_TABLE\FR" "1" "05/06/2010" "MySQL 5\&.1" "MySQL Database System"
 
10
.TH "\FBNDB_DROP_TABLE\FR" "1" "06/03/2010" "MySQL 5\&.1" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * set default formatting
13
13
.\" -----------------------------------------------------------------
30
30
drops the specified
31
31
NDB
32
32
table\&. (If you try to use this on a table created with a storage engine other than NDB, it fails with the error
33
 
723: No such table exists\&.) This operation is extremely fast \(em in some cases, it can be an order of magnitude faster than using
 
33
723: No such table exists\&.) This operation is extremely fast\(emin some cases, it can be an order of magnitude faster than using
34
34
DROP TABLE
35
35
on an
36
36
NDB