This behavior change is in the 2022_08 bundle. In the 6.35 release, the bundle is disabled by default.
For the most up-to-date status of the bundle, as well as other release-related details, see the Behavior Change Log.
The SHOW VIEWS output now includes a new CHANGE_TRACKING column. The column indicates whether change tracking is enabled on the view.
The column displays either of the following values for individual views:
- ON: Change tracking is enabled. You can query this change tracking data using streams or the CHANGES clause for SELECT statements.
- OFF: Change tracking is currently disabled but could be enabled.
To help limit the impact of this change, the column has been added as the last column in the output.
Ref: 841