2 .\" Title: \fBndb_delete_all\fR
3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
6 .\" Manual: MySQL Database System
10 .TH "\FBNDB_DELETE_ALL\FR" "1" "11/04/2013" "MySQL 5\&.1" "MySQL Database System"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
25 .\" disable justification (adjust text to left margin only)
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
32 ndb_delete_all \- delete all rows from an NDB table
34 .HP \w'\fBndb_delete_all\ \fR\fB\fIoptions\fR\fR\ 'u
35 \fBndb_delete_all \fR\fB\fIoptions\fR\fR
39 deletes all rows from the given
41 table\&. In some cases, this can be much faster than
51 ndb_delete_all \-c \fIconnect_string\fR \fItbl_name\fR \-d \fIdb_name\fR
57 This deletes all rows from the table named
60 \fIdb_name\fR\&. It is exactly equivalent to executing
61 TRUNCATE \fIdb_name\fR\&.\fItbl_name\fR
64 The following table includes options that are specific to
65 \fBndb_delete_all\fR\&. Additional descriptions follow the table\&. For options common to most MySQL Cluster programs (including
66 \fBndb_delete_all\fR), see
67 Options Common to MySQL Cluster Programs(1)\&.
70 .nr an-no-space-flag 1
73 .B Table\ \&17.16.\ \&ndb_delete_all Options and Variables: MySQL 5.1, MySQL Cluster NDB 6.3-7.1
95 Name of the database in which the table is found
98 All MySQL 5\&.1 based releases
106 Perform the delete in a single transaction (may run out of operations)
109 All MySQL 5\&.1 based releases
118 All MySQL 5\&.1 based releases
127 All MySQL 5\&.1 based releases
140 .\" ndb_delete_all: transactional option
141 .\" transactional option: ndb_delete_all
142 \fB\-\-transactional\fR,
145 Use of this option causes the delete operation to be performed as a single transaction\&.
151 .nr an-no-space-flag 1
158 With very large tables, using this option may cause the number of operations available to the cluster to be exceeded\&.
165 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
167 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.
169 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.
171 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/.
174 For more information, please refer to the MySQL Reference Manual,
175 which may already be installed locally and which is also available
176 online at http://dev.mysql.com/doc/.
178 Oracle Corporation (http://dev.mysql.com/).