ErrNo: Add Error number for feature foreign_key set null

This commit is contained in:
obdev
2023-08-16 07:40:41 +00:00
committed by ob-robot
parent a4bac8c38f
commit b39b92b3fc
4 changed files with 40 additions and 2 deletions

View File

@ -955,6 +955,7 @@
#define ER_JSON_DOCUMENT_TOO_DEEP 3157
#define ER_JSON_DOCUMENT_NULL_KEY 3158
#define ER_INVALID_JSON_PATH_ARRAY_CELL 3165
#define ER_UNSUPPORTED_FK_SET_NULL_ON_GENERATED_COLUMN 3104
#define ER_NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN 3105
#define ER_UNSUPPORTED_ACTION_ON_GENERATED_COLUMN 3106
#define ER_DEPENDENT_BY_GENERATED_COLUMN 3108