Closed ArtDu closed 1 year ago
Now it crashes migrations with _tcf space
reproducer:
localhost:3301> ddl.check_schema(ddl.get_schema()) --- - true ... localhost:3301> tmp = box.schema.create_space('tmp', {if_not_exists = true}); tmp:create_index('pri') --- ... localhost:3301> ddl.check_schema(ddl.get_schema()) --- - null - 'spaces["tmp"].indexes["pri"].parts[1].path: bad value (string expected, got number)' ...
Please, provide tarantool binary version
tarantool
As I see the problem version doesn't affect on problem
localhost:3301> _TARANTOOL --- - 2.11.0-rc2-0-g535bac000-r549-gc64
Now it crashes migrations with _tcf space
reproducer: