SHOW TABLES command: New column is_dynamic¶
Attention
This behavior change is in the 2024_03 bundle.
For the current status of the bundle, refer to Bundle History.
The output of the SHOW TABLES command, when displaying Dynamic tables, behaves as follows:
- Before the change:
The output of SHOW TABLES does not include dynamic table rows and the
is_dynamiccolumn.- After the change:
The output of SHOW TABLES includes dynamic table rows and the
is_dynamiccolumn, defined as follows:Column Name
is_dynamicData Type
Text
Description
Y if the table is a dynamic table; otherwise, N.
The
kindcolumn in the output of SHOW TABLES displays TABLE for dynamic tables.
Ref: 1529