drop table space error number

This commit is contained in:
obdev
2024-02-27 07:19:03 +00:00
committed by ob-robot
parent 0f1d7a6431
commit 78de5bb5ee
4 changed files with 9 additions and 8 deletions

View File

@ -956,6 +956,7 @@
#define ER_TOO_BIG_ENUM 3504
#define ER_TOO_LONG_SET_ENUM_VALUE 3505
#define ER_TOO_MANY_TENANT_PARTITIONS_ERROR 3506
#define ER_TABLESPACE_NOT_EXIST 3510
//for cte table
#define ER_CTE_RECURSIVE_REQUIRES_UNION 3573