[CP] revert the behavior of removing spaces before newlines in a string.

This commit is contained in:
wangt1xiuyi
2024-02-09 02:16:08 +00:00
committed by ob-robot
parent 03f8f1d9c5
commit 5b3d47bf61
4 changed files with 1 additions and 159 deletions

View File

@ -710,11 +710,6 @@ 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);