~vadim-tk/percona-server/percona-galera-5.1.57

« back to all changes in this revision

Viewing changes to man/ndb_drop_table.1

  • Committer: root
  • Date: 2011-07-10 16:09:24 UTC
  • Revision ID: root@r815.office.percona.com-20110710160924-fyffqsbaclgu6vui
Initial port

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'\" t
 
2
.\"     Title: \fBndb_drop_table\fR
 
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
 
5
.\"      Date: 04/12/2011
 
6
.\"    Manual: MySQL Database System
 
7
.\"    Source: MySQL 5.1
 
8
.\"  Language: English
 
9
.\"
 
10
.TH "\FBNDB_DROP_TABLE\FR" "1" "04/12/2011" "MySQL 5\&.1" "MySQL Database System"
 
11
.\" -----------------------------------------------------------------
 
12
.\" * set default formatting
 
13
.\" -----------------------------------------------------------------
 
14
.\" disable hyphenation
 
15
.nh
 
16
.\" disable justification (adjust text to left margin only)
 
17
.ad l
 
18
.\" -----------------------------------------------------------------
 
19
.\" * MAIN CONTENT STARTS HERE *
 
20
.\" -----------------------------------------------------------------
 
21
.\" ndb_drop_table
 
22
.SH "NAME"
 
23
ndb_drop_table \- drop an NDB table
 
24
.SH "SYNOPSIS"
 
25
.HP \w'\fBndb_drop_table\ \fR\fB\fIoptions\fR\fR\ 'u
 
26
\fBndb_drop_table \fR\fB\fIoptions\fR\fR
 
27
.SH "DESCRIPTION"
 
28
.PP
 
29
\fBndb_drop_table\fR
 
30
drops the specified
 
31
NDB
 
32
table\&. (If you try to use this on a table created with a storage engine other than
 
33
NDB, the attempt fails with the error
 
34
723: No such table exists\&.) This operation is extremely fast; in some cases, it can be an order of magnitude faster than using a MySQL
 
35
DROP TABLE
 
36
statement on an
 
37
NDB
 
38
table\&.
 
39
          Usage
 
40
.sp
 
41
.if n \{\
 
42
.RS 4
 
43
.\}
 
44
.nf
 
45
ndb_drop_table \-c \fIconnect_string\fR \fItbl_name\fR \-d \fIdb_name\fR
 
46
.fi
 
47
.if n \{\
 
48
.RE
 
49
.\}
 
50
.sp
 
51
          Additional Options
 
52
        .PP
 
53
None\&.
 
54
.SH "COPYRIGHT"
 
55
.br
 
56
.PP
 
57
Copyright \(co 1997, 2011, Oracle and/or its affiliates. All rights reserved.
 
58
.PP
 
59
This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
 
60
.PP
 
61
This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 
62
.PP
 
63
You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
 
64
.sp
 
65
.SH "SEE ALSO"
 
66
For more information, please refer to the MySQL Reference Manual,
 
67
which may already be installed locally and which is also available
 
68
online at http://dev.mysql.com/doc/.
 
69
.SH AUTHOR
 
70
Oracle Corporation (http://dev.mysql.com/).