add error codes for values statement

This commit is contained in:
jingtaoye35
2023-08-18 10:44:09 +00:00
committed by ob-robot
parent 8f90d2a042
commit 4e92b9f5cc
4 changed files with 49 additions and 2 deletions

View File

@ -1063,6 +1063,8 @@
#define ER_MULTIPLE_CONSTRAINTS_WITH_SAME_NAME 3939
#define ER_CONSTRAINT_NOT_FOUND 3940
#define ER_ALTER_CONSTRAINT_ENFORCEMENT_NOT_SUPPORTED 3941
#define ER_VALUES_CLAUSE_NEED_HAVE_COLUMN 3942
#define ER_VALUES_CLAUSE_CANNOT_USE_DEFAULT_VALUES 3943
#define ER_DEPENDENT_BY_CHECK_CONSTRAINT 3959
#define ER_MISSING_JSON_VALUE 3966
#define ER_MULTIPLE_JSON_VALUES 3967