apply ids

This commit is contained in:
wjhh2008
2023-11-23 10:45:38 +00:00
committed by ob-robot
parent a1c2792ab7
commit aede9be0db
13 changed files with 124 additions and 6 deletions

View File

@ -950,6 +950,7 @@
#define ER_UNSUPPORTED_ACTION_ON_GENERATED_COLUMN 3106
#define ER_DEPENDENT_BY_GENERATED_COLUMN 3108
#define ER_ACCOUNT_HAS_BEEN_LOCKED 3118
#define ER_USER_ALREADY_EXISTS 3163
#define ER_TOO_BIG_ENUM 3504
#define ER_TOO_LONG_SET_ENUM_VALUE 3505
#define ER_TOO_MANY_TENANT_PARTITIONS_ERROR 3506
@ -967,6 +968,8 @@
#define ER_WARN_SRS_NOT_FOUND 3519
#define ER_SRS_NOT_CARTESIAN 3520
#define ER_SRS_NOT_CARTESIAN_UNDEFINED 3521
#define ER_UNKNOWN_AUTHID 3523
#define ER_ROLE_NOT_GRANTED 3530
#define ER_SRS_NOT_FOUND 3548
#define ER_INVALID_OPTION_KEY 3558
#define ER_INVALID_OPTION_VALUE 3559
@ -1064,6 +1067,7 @@
#define ER_CHARACTER_SET_MISMATCH 3995
#define ER_USER_REFERRED_AS_DEFINER 4005
#define ER_OPERATION_ON_USER_REFERRED_AS_DEFINER 4006
#define ER_ROLE_GRANTED_TO_ITSELF 4027
#define ER_TABLE_MUST_HAVE_A_VISIBLE_COLUMN 4028
#define ER_INVALID_CAST_TO_GEOMETRY 4032
#define ER_INVALID_CAST_POLYGON_RING_DIRECTION 4033