fix handling invalid character in identifier
This commit is contained in:
@ -292,7 +292,8 @@ typedef struct
|
||||
void *malloc_pool_; // ObIAllocator
|
||||
ObQuestionMarkCtx question_mark_ctx_;
|
||||
ObSQLMode sql_mode_;
|
||||
const struct ObCharsetInfo *charset_info_;
|
||||
const struct ObCharsetInfo *charset_info_; //client charset
|
||||
const struct ObCharsetInfo *charset_info_oracle_db_; //oracle DB charset
|
||||
ParamList *param_nodes_;
|
||||
ParamList *tail_param_node_;
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user