Fix alter table add functional index bug

This commit is contained in:
2149
2023-08-21 09:10:20 +00:00
committed by ob-robot
parent be01c52cd4
commit 4a2e0995f0
6 changed files with 65 additions and 13 deletions

View File

@ -275,7 +275,8 @@ public:
ObRawExpr *&expr,
const ObSchemaChecker *schema_checker = NULL,
const ObResolverUtils::PureFunctionCheckStatus
check_status = ObResolverUtils::DISABLE_CHECK);
check_status = ObResolverUtils::DISABLE_CHECK,
ObIArray<share::schema::ObColumnSchemaV2*> *resolved_cols = NULL);
static int build_generated_column_expr(const common::ObString &expr_str,
ObRawExprFactory &expr_factory,
const ObSQLSessionInfo &session_info,