[CP] fix gbk parser behaviour not compatible with mysql

This commit is contained in:
obdev
2022-11-03 08:39:29 +00:00
committed by wangzelin.wzl
parent 0feea46b52
commit a4317d144d
8 changed files with 34 additions and 35 deletions

View File

@ -495,7 +495,7 @@ protected:
int64_t copy_end_pos_;
char *tmp_buf_;
int64_t tmp_buf_len_;
int64_t last_well_formed_len_;
int64_t last_escape_check_pos_;
ParamList *param_node_list_;
ParamList *tail_param_node_;
TokenType cur_token_type_;