Placeholder for error code, item type and system variable

This commit is contained in:
obdev
2022-12-05 08:36:01 +00:00
committed by ob-robot
parent cb76404a56
commit 9b1a295283
13 changed files with 1544 additions and 1215 deletions

View File

@ -942,6 +942,9 @@
#define ER_WINDOW_ILLEGAL_ORDER_BY 3592
#define ER_WINDOW_ROWS_INTERVAL_USE 3596
//for the cte table which is compatible with mysql 8.0.30
#define ER_CTE_MAX_RECURSION_DEPTH 3636
//for the check constraint which is compatible with mysql 8.0.25
#define ER_FK_CANNOT_DROP_PARENT 3730
#define ER_NON_BOOLEAN_EXPR_FOR_CHECK_CONSTRAINT 3812