fix using mysql mode to check oracle mode table name

This commit is contained in:
hamstersox
2023-09-13 04:40:08 +00:00
committed by ob-robot
parent 105d1b66c2
commit f773f1ea34
5 changed files with 25 additions and 8 deletions

View File

@ -324,6 +324,12 @@ public:
static int cvt_db_name_to_org(share::schema::ObSchemaGetterGuard &schema_guard,
const ObSQLSessionInfo *session,
common::ObString &name);
static int check_and_convert_table_name(const common::ObCollationType cs_type,
const bool preserve_lettercase,
common::ObString &name,
const bool is_oracle_mode,
const stmt::StmtType stmt_type = stmt::T_NONE,
const bool is_index_table = false);
static int check_and_convert_table_name(const common::ObCollationType cs_type,
const bool preserve_lettercase,
common::ObString &name,