box: change ER_TUPLE_FOUND message
ER_TUPLE_FOUND message shows only space and index, let's also show old tuple and new tuple. This commit changes error message in code and in tests. Test sql/checks and sql-tap/aler remain the same due to problems in showing their old and new tuples in error message. Closes #5567
Showing
- src/box/errcode.h 1 addition, 1 deletionsrc/box/errcode.h
- src/box/memtx_hash.c 10 additions, 3 deletionssrc/box/memtx_hash.c
- src/box/memtx_tree.cc 24 additions, 5 deletionssrc/box/memtx_tree.cc
- src/box/memtx_tx.c 11 additions, 3 deletionssrc/box/memtx_tx.c
- src/box/vinyl.c 4 additions, 4 deletionssrc/box/vinyl.c
- test/app/fiber.result 3 additions, 1 deletiontest/app/fiber.result
- test/box-py/call.result 1 addition, 1 deletiontest/box-py/call.result
- test/box/alter.result 39 additions, 8 deletionstest/box/alter.result
- test/box/alter_limits.result 14 additions, 6 deletionstest/box/alter_limits.result
- test/box/before_replace.result 2 additions, 1 deletiontest/box/before_replace.result
- test/box/ddl_collation.result 6 additions, 2 deletionstest/box/ddl_collation.result
- test/box/gh-5304-insert_during_recovery.result 2 additions, 1 deletiontest/box/gh-5304-insert_during_recovery.result
- test/box/hash_multipart.result 2 additions, 1 deletiontest/box/hash_multipart.result
- test/box/hash_replace.result 6 additions, 3 deletionstest/box/hash_replace.result
- test/box/indices_any_type.result 6 additions, 3 deletionstest/box/indices_any_type.result
- test/box/lua.result 2 additions, 1 deletiontest/box/lua.result
- test/box/misc.result 2 additions, 1 deletiontest/box/misc.result
- test/box/net.box_incorrect_iterator_gh-841.result 2 additions, 1 deletiontest/box/net.box_incorrect_iterator_gh-841.result
- test/box/net.box_methods_gh-3107.result 4 additions, 2 deletionstest/box/net.box_methods_gh-3107.result
- test/box/net.box_msgpack_gh-2195.result 2 additions, 1 deletiontest/box/net.box_msgpack_gh-2195.result
Loading