~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to man/ndb_drop_table.1

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-04-02 16:10:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070402161053-zkil9hjq9k5p1uzv
Tags: 5.0.37-0ubuntu1
* New upstream bugfix release.
  - Fixes replication failure with auto-increment and on duplicate key
    update, a regression introduced into 5.0.24. (LP: #95821)
* debian/control: Set Ubuntu maintainer.
* debian/rules: Change comments from 'Debian etch' to 'Ubuntu 7.04'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"     Title: \fBndb_drop_table\fR
 
2
.\"    Author: 
 
3
.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
 
4
.\"      Date: 03/05/2007
 
5
.\"    Manual: MySQL Database System
 
6
.\"    Source: MySQL 5.0
 
7
.\"
 
8
.TH "\fBNDB_DROP_TABLE\fR" "1" "03/05/2007" "MySQL 5.0" "MySQL Database System"
 
9
.\" disable hyphenation
 
10
.nh
 
11
.\" disable justification (adjust text to left margin only)
 
12
.ad l
 
13
.SH "NAME"
 
14
ndb_drop_table \- drop NDB table
 
15
.SH "SYNOPSIS"
 
16
.HP 23
 
17
\fBndb_drop_table \fR\fB\fIoptions\fR\fR
 
18
.SH "DESCRIPTION"
 
19
.PP
 
20
\fBndb_drop_table\fR
 
21
drops the specified
 
22
NDB
 
23
table. (If you try to use this on a table created with a storage engine other than NDB, it fails with the error
 
24
723: No such table exists.) This operation is extremely fast \(em in some cases, it can be an order of magnitude faster than using
 
25
DROP TABLE
 
26
on an
 
27
NDB
 
28
table from MySQL.
 
29
.PP
 
30
\fBUsage\fR:
 
31
.sp
 
32
.RS 3n
 
33
.nf
 
34
ndb_drop_table \-c \fIconnect_string\fR \fItbl_name\fR \-d \fIdb_name\fR
 
35
.fi
 
36
.RE
 
37
.PP
 
38
\fBAdditional Options\fR: None.
 
39
.SH "COPYRIGHT"
 
40
.PP
 
41
Copyright 1997\-2007 MySQL AB
 
42
.PP
 
43
This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how MySQL disseminates it (that is, electronically for download on a Web site with the software) or on a CD\-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of MySQL AB. MySQL AB reserves any and all rights to this documentation not expressly granted above.
 
44
.PP
 
45
Please email
 
46
<docs@mysql.com>
 
47
for more information.
 
48
.SH "SEE ALSO"
 
49
make_win_bin_dist(1),
 
50
msql2mysql(1),
 
51
my_print_defaults(1),
 
52
myisam_ftdump(1),
 
53
myisamchk(1),
 
54
myisamlog(1),
 
55
myisampack(1),
 
56
mysql(1),
 
57
mysql.server(1),
 
58
mysql_config(1),
 
59
mysql_explain_log(1),
 
60
mysql_fix_privilege_tables(1),
 
61
mysql_install_db(1),
 
62
mysql_tzinfo_to_sql(1),
 
63
mysql_upgrade(1),
 
64
mysql_zap(1),
 
65
mysqlaccess(1),
 
66
mysqladmin(1),
 
67
mysqlbinlog(1),
 
68
mysqlcheck(1),
 
69
mysqld(8),
 
70
mysqld_multi(1),
 
71
mysqld_safe(1),
 
72
mysqldump(1),
 
73
mysqlhotcopy(1),
 
74
mysqlimport(1),
 
75
mysqlmanager(8),
 
76
mysqlshow(1),
 
77
ndb_config(1),
 
78
ndb_cpcd(1),
 
79
ndb_delete_all(1),
 
80
ndb_desc(1),
 
81
ndb_drop_index(1),
 
82
ndb_error_reporter(1),
 
83
ndb_mgm(1),
 
84
ndb_mgmd(1),
 
85
ndb_print_backup_file(1),
 
86
ndb_print_schema_file(1),
 
87
ndb_print_sys_file(1),
 
88
ndb_restore(1),
 
89
ndb_select_all(1),
 
90
ndb_select_count(1),
 
91
ndb_show_tables(1),
 
92
ndb_size.pl(1),
 
93
ndb_waiter(1),
 
94
ndbd(1),
 
95
perror(1),
 
96
replace(1),
 
97
safe_mysqld(1)
 
98
.P
 
99
For more information, please refer to the MySQL Reference Manual,
 
100
which may already be installed locally and which is also available
 
101
online at http://dev.mysql.com/doc/.
 
102
.SH AUTHOR
 
103
MySQL AB (http://www.mysql.com/).
 
104
This software comes with no warranty.