[to #50700687] fix format of SHOW CREATE PROCEDURE/FUNCTION and DBMS_METADATA.GET_DDL

This commit is contained in:
0xacc
2023-09-14 13:13:51 +00:00
committed by ob-robot
parent 5f09352d33
commit 96aa1a846c
8 changed files with 584 additions and 179 deletions

View File

@ -2416,7 +2416,7 @@ public:
int load(ObBasicSessionInfo &session, ObIAllocator *alloc = NULL);
int store(ObBasicSessionInfo &session);
ObSQLMode get_sql_mode() { return sql_mode_; }
ObSQLMode get_sql_mode() const { return sql_mode_; }
ObCharsetType get_charset_client() { return ObCharset::charset_type_by_coll(charset_client_); }
ObCollationType get_collation_connection() { return collation_connection_; }
ObCollationType get_collation_database() { return collation_database_; }