fix using mysql mode to check oracle mode table name
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user