schema: in a case of type mismatch print more informative message
If a field type is defined differently in index and in space format, or in two or more indexes, then print more useful error message: * What type of mismatch? - space vs index; index vs index; * Name of mismatched field, if it is defined. Besides, do not print, which type is defined 'previous' or not 'previous' - it is unknown during tuple_format creation. Part of #2855
Showing
- src/box/errcode.h 2 additions, 2 deletionssrc/box/errcode.h
- src/box/tuple_format.c 20 additions, 10 deletionssrc/box/tuple_format.c
- test/box/alter.result 6 additions, 6 deletionstest/box/alter.result
- test/box/alter_limits.result 2 additions, 4 deletionstest/box/alter_limits.result
- test/box/misc.result 29 additions, 28 deletionstest/box/misc.result
Please register or sign in to comment