MySQL 5.1 リファレンスマニュアル :: 14 MySQL Cluster :: 14.9 クラスタ ユーティリティ プログラム :: 14.9.5 ndb_drop_table
« 14.9.4 ndb_drop_index

14.9.6 ndb_error_reporter »
Section Navigation      [Toggle]
  • 14.9 クラスタ ユーティリティ プログラム
  • 14.9.1 ndb_config — NDB 設定情報の抽出
  • 14.9.2 ndb_delete_all — NDB テーブルからのすべての行を削除する
  • 14.9.3 ndb_desc — NDB テーブルの説明
  • 14.9.4 ndb_drop_index
  • 14.9.5 ndb_drop_table
  • 14.9.6 ndb_error_reporter
  • 14.9.7 ndb_print_backup_file
  • 14.9.8 ndb_print_schema_file
  • 14.9.9 ndb_print_sys_file
  • 14.9.10 ndb_select_all
  • 14.9.11 ndb_select_count
  • 14.9.12 ndb_show_tables
  • 14.9.13 ndb_size.pl — NDBCluster サイズ仕様エスティメーター
  • 14.9.14 ndb_waiter

14.9.5. ndb_drop_table

説明:指定された NDB テーブルを削除します。(NDB ではなくストレージ エンジンで作成されたテーブルでこれを使用すると、エラー 723 で失敗します。そのようなテーブルは存在しません。)ケースによってはこのオペレーションは非常に速く — MySQL の NDB テーブルの DROP TABLE を使用した時よりも非常に速い順序になります。

使用法:

ndb_drop_table -c connect_string tbl_name -d db_name

その他のオプション:無し

Copyright © 1997, 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices
Top / Previous / Next / Up / Table of Contents
© 2010, Oracle Corporation and/or its affiliates