Placeholder

This commit is contained in:
SevenJ-swj
2023-10-18 06:43:29 +00:00
committed by ob-robot
parent 8ff0f4f3e9
commit 9df202077d
12 changed files with 182 additions and 6 deletions

View File

@ -1072,6 +1072,8 @@
#define ER_MISSING_JSON_VALUE 3966
#define ER_MULTIPLE_JSON_VALUES 3967
#define ER_CHARACTER_SET_MISMATCH 3995
#define ER_USER_REFERRED_AS_DEFINER 4005
#define ER_OPERATION_ON_USER_REFERRED_AS_DEFINER 4006
#define ER_TABLE_MUST_HAVE_A_VISIBLE_COLUMN 4028
#define ER_INVALID_CAST_TO_GEOMETRY 4032
#define ER_INVALID_CAST_POLYGON_RING_DIRECTION 4033