Fix funcitonal index drop column bug
This commit is contained in:
@ -13885,7 +13885,7 @@ static const _error _error_OB_ERR_ONLY_HAVE_INVISIBLE_COL_IN_TABLE = {
|
||||
.error_name = "OB_ERR_ONLY_HAVE_INVISIBLE_COL_IN_TABLE",
|
||||
.error_cause = "Internal Error",
|
||||
.error_solution = "Contact OceanBase Support",
|
||||
.mysql_errno = -1,
|
||||
.mysql_errno = ER_TABLE_MUST_HAVE_A_VISIBLE_COLUMN,
|
||||
.sqlstate = "HY000",
|
||||
.str_error = "table must have at least one column that is not invisible",
|
||||
.str_user_error = "table must have at least one column that is not invisible",
|
||||
|
||||
Reference in New Issue
Block a user