Fix funcitonal index drop column bug

This commit is contained in:
2149
2023-07-20 13:18:47 +00:00
committed by ob-robot
parent 6016f56fbc
commit 19c84854fc
5 changed files with 14 additions and 11 deletions

View File

@ -1060,6 +1060,7 @@
#define ER_MISSING_JSON_VALUE 3966
#define ER_MULTIPLE_JSON_VALUES 3967
#define ER_CHARACTER_SET_MISMATCH 3995
#define ER_TABLE_MUST_HAVE_A_VISIBLE_COLUMN 4028
#define ER_INVALID_CAST_TO_GEOMETRY 4032
#define ER_INVALID_CAST_POLYGON_RING_DIRECTION 4033
#define ER_GIS_DIFFERENT_SRIDS_AGGREGATION 4034