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

This commit is contained in:
wangt1xiuyi
2024-01-08 06:47:23 +00:00
committed by ob-robot
parent ad97fd307b
commit 7064b1ca27
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);