place hold:add error code for multivalue index

This commit is contained in:
obdev
2024-04-16 21:15:59 +00:00
committed by ob-robot
parent 78578299f4
commit caf8bc3d4a
4 changed files with 56 additions and 2 deletions

View File

@ -1058,6 +1058,8 @@
#define ER_DEPENDENT_BY_PARTITION_FUNC 3855
#define ER_GEOMETRY_IN_UNKNOWN_LENGTH_UNIT 3882
#define ER_UNIT_NOT_FOUND 3902
#define ER_CAST_INDEX_JSON_VALUE 3903
#define ER_ARRAY_CAST_INDEX_SCALAR 3908
#define ER_MULTIPLE_CONSTRAINTS_WITH_SAME_NAME 3939
#define ER_CONSTRAINT_NOT_FOUND 3940
#define ER_ALTER_CONSTRAINT_ENFORCEMENT_NOT_SUPPORTED 3941