supprt sql_quote_show_create variable in mysql mode

This commit is contained in:
ChangerR
2023-07-13 10:12:23 +00:00
committed by ob-robot
parent 6810df627b
commit a03af93f4d
15 changed files with 598 additions and 348 deletions

View File

@ -488,9 +488,7 @@ int ObSelectStmtPrinter::print_select()
LOG_WARN("failed to remove double quotation for string", K(ret));
} else {
DATA_PRINTF(" AS ");
PRINT_QUOT;
DATA_PRINTF("%.*s", LEN_AND_PTR(alias_string));
PRINT_QUOT;
PRINT_IDENT_WITH_QUOT(alias_string);
}
}
DATA_PRINTF(",");