ndb_drop_index (1) Linux Manual Page
NAME
ndb_drop_index – drop index from an NDB table
SYNOPSIS
-
ndb_drop_indexoptions
DESCRIPTION
ndb_drop_index
Usage:
-
ndb_drop_index -c connect_string table_name index -d db_name
The statement shown above drops the index named index from the table in the database.
Additional Options: None that are specific to this application.
-
WarningOperations performed on Cluster table indexes using the NDB API are not visible to MySQL and make the table unusable by a MySQL server. If you use this program to drop an index, then try to access the table from an SQL node, an error results, as shown here:
-
shell> ./ndb_drop_index -c localhost dogs ix -d ctest1
Dropping index dogs/idx...OK
NDBT_ProgramExit: 0 - OK
shell> ./mysql -u jon -p ctest1
Enter password: *******
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 7 to server version: 5.1.44-ndb-7.1.4
Type 'help;' or '\h' for help. Type '
