fix handling invalid character in identifier

This commit is contained in:
wjhh2008
2023-09-22 03:10:14 +00:00
committed by ob-robot
parent e4e09ecfb6
commit c13243ff23
54 changed files with 229 additions and 146 deletions

View File

@ -4183,7 +4183,7 @@ int ObDbmsStats::parse_method_opt(sql::ObExecContext &ctx,
} else {
ObParser parser(*allocator,
ctx.get_my_session()->get_sql_mode(),
ctx.get_my_session()->get_local_collation_connection());
ctx.get_my_session()->get_charsets4parser());
ParseMode parse_mode = DYNAMIC_SQL_MODE;
ParseResult parse_result;
const ParseNode *for_stmt = NULL;