SHOW TABLES command: New is_hybrid column

Attention

This behavior change is in the 2023_08 bundle.

For the current status of the bundle, refer to Bundle History.

A new column is added to the output of the SHOW TABLES command.

Before the change:

The output of the SHOW TABLES command does not include an IS_HYBRID column.

After the change:

The output of the SHOW TABLES command includes an IS_HYBRID column:

Column nameDescription
is_hybridY if it is a hybrid table; N otherwise.

Ref: 1415