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

@ -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",