Skip to content
Snippets Groups Projects
Commit 31fd131a authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix errcode.h numbering caused by a bad merge

parent 7c1637fd
No related branches found
No related tags found
No related merge requests found
......@@ -164,9 +164,9 @@ struct errcode_record {
/*108 */_(ER_WRONG_INDEX_OPTIONS, 2, "Wrong index options (field %u): %s") \
/*109 */_(ER_WRONG_SCHEMA_VERSION, 2, "Wrong schema version, current: %d, in request: %u") \
/*110 */_(ER_SLAB_ALLOC_MAX, 2, "Failed to allocate %u bytes for tuple in the slab allocator: tuple is too large. Check 'slab_alloc_maximal' configuration option.") \
/*112 */_(ER_WRONG_SPACE_OPTIONS, 2, "Wrong space options (field %u): %s") \
/*113 */_(ER_UNSUPPORTED_INDEX_FEATURE, 2, "Index '%s' (%s) of space '%s' (%s) does not support %s") \
/*114 */_(ER_VIEW_IS_RO, 2, "View '%s' is read-only") \
/*111 */_(ER_WRONG_SPACE_OPTIONS, 2, "Wrong space options (field %u): %s") \
/*112 */_(ER_UNSUPPORTED_INDEX_FEATURE, 2, "Index '%s' (%s) of space '%s' (%s) does not support %s") \
/*113 */_(ER_VIEW_IS_RO, 2, "View '%s' is read-only") \
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment