MySQL 8.0 Reference Manual Including MySQL NDB Cluster 8.0

23.4.27 ndb_show_tables — Display List of NDB Tables

ndb_show_tables displays a list of all NDB database objects in the cluster. By default, this includes not only both user-created tables and NDB system tables, but NDB-specific indexes, internal triggers, and NDB Cluster Disk Data objects as well.

The following table includes options that are specific to the NDB Cluster native backup restoration program ndb_show_tables. Additional descriptions follow the table. For options common to most NDB Cluster programs (including ndb_show_tables), see Section 23.4.32, “Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs”.

Table 23.46 Command-line options for the ndb_show_tables program

Format Description Added, Deprecated, or Removed

--database=string,

-d

Specifies database in which table is found; database name must be followed by table name

(Supported in all MySQL 8.0 based releases)

--loops=#,

-l

Number of times to repeat output

(Supported in all MySQL 8.0 based releases)

--parsable,

-p

Return output suitable for MySQL LOAD DATA statement

(Supported in all MySQL 8.0 based releases)

--show-temp-status

Show table temporary flag

(Supported in all MySQL 8.0 based releases)

--type=#,

-t

Limit output to objects of this type

(Supported in all MySQL 8.0 based releases)

--unqualified,

-u

Do not qualify table names

(Supported in all MySQL 8.0 based releases)


Usage

ndb_show_tables [-c connection_string]
Note

Only user-created NDB Cluster tables may be accessed from MySQL; system tables such as SYSTAB_0 are not visible to mysqld. However, you can examine the contents of system tables using NDB API applications such as ndb_select_all (see Section 23.4.24, “ndb_select_all — Print Rows from an NDB Table”).

Prior to NDB 8.0.20, this program printed NDBT_ProgramExit - status upon completion of its run, due to an unnecessary dependency on the NDBT testing library. This dependency has been removed, eliminating the extraneous output.