fix some bugs

This commit is contained in:
wangt1xiuyi
2023-08-17 17:06:37 +08:00
committed by ob-robot
parent 6ec8de9305
commit 09f80e6a68
14 changed files with 318 additions and 9 deletions

View File

@ -686,6 +686,11 @@ private:
*/
int process_string(const bool in_q_quote);
int process_identifier_begin_with_n();
char *parse_strndup_with_trim_space_for_new_line(const char *str,
size_t nbyte,
char *buf,
int *connection_collation,
int64_t *new_len);
private:
DISALLOW_COPY_AND_ASSIGN(ObFastParserOracle);