MySQL NDB Cluster 8.1 Manual
MySQL NDB Cluster 8.0 Manual
NDB Cluster API Developer Guide
- Code
14001
- Symbol
DbinfoListTables
- Kernel Block
Description.
Lists tables in the ndbinfo
information database in the data node log. Each table is listed
in the format
.
table_id
,
table_name
Sample Output.
Press CTRL+C to copy--- BEGIN NDB$INFO.TABLES --- 0,tables 1,columns 2,test 3,pools 4,transporters 5,logspaces 6,logbuffers 7,resources 8,counters 9,nodes 10,diskpagebuffer 11,threadblocks 12,threadstat 13,transactions 14,operations 15,membership 16,dict_obj_info 17,frag_mem_use 18,disk_write_speed_base 19,disk_write_speed_aggregate 20,frag_operations 21,restart_info 22,tc_time_track_stats 23,config_values 24,threads 25,cpustat_50ms 26,cpustat_1sec 27,cpustat_20sec 28,cpustat 29,frag_locks 30,acc_operations 31,table_distribution_status 32,table_fragments 33,table_replicas 34,table_distribution_status_all 35,table_fragments_all 36,table_replicas_all 37,stored_tables 38,processes 39,config_nodes --- END NDB$INFO.TABLES ---
Additional Information. [N/A]