File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88## [ Unreleased]
99
1010### Fixed
11-
11+ * ` crud.schema ` no longer returns TCF system space ` _cdc_state ` .
1212* ` crud.schema ` no longer returns system space ` _gc_consumers ` with Tarantool 3.2+.
1313* ` crud.schema ` no longer returns ` tt ` system space ` _tt_migrations ` .
1414* Tests of ` schema ` with Tarantool 3.2+.
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ schema.system_spaces = {
4444 [' _ddl_sharding_func' ] = true ,
4545 -- https://github.com/tarantool/tt-ee/blob/6045cd6f4f9b10fbba7e2c6abeecb8f856fee9b0/lib/migrations/internal/eval/body/lua/status_api.lua
4646 [' _tt_migrations' ] = true ,
47+ -- https://github.com/tarantool/cluster-federation/blob/01738cafa0dc7a3138e64f93c4e84cb323653257/src/internal/utils/utils.go#L17
48+ [' _cdc_state' ] = true ,
4749}
4850
4951local function get_crud_schema (space )
You can’t perform that action at this time.
0 commit comments