add errno for local-local

This commit is contained in:
hnwyllmm
2023-11-15 08:40:43 +00:00
committed by ob-robot
parent e1ce6366c8
commit c846e82d01
4 changed files with 20 additions and 2 deletions

View File

@ -1057,6 +1057,7 @@
#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_CLIENT_LOCAL_FILES_DISABLED 3948
#define ER_DEPENDENT_BY_CHECK_CONSTRAINT 3959
#define ER_MISSING_JSON_VALUE 3966
#define ER_MULTIPLE_JSON_VALUES 3967