Replication Groups: New column in output of SHOW command and Information Schema View¶

Attention

This behavior change is in the 2024_01 bundle.

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

The output of the SHOW REPLICATION GROUPS command and the Information Schema REPLICATION_GROUPS View view is as follows:

Before the change:

The output does not include the IS_LISTING_AUTO_FULFILLMENT_GROUP column.

After the change:

The output includes IS_LISTING_AUTO_FULFILLMENT_GROUP, as follows:

Column name

Data type

Description

IS_LISTING_AUTO_FULFILLMENT_GROUP

BOOLEAN

TRUE if the replication group is used for Cross-Cloud Auto-fulfillment. FALSE otherwise.

Ref: 1490