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

@ -225,9 +225,7 @@ int ObInsertAllStmtPrinter::print_into_table_values(const ObInsertAllStmt *inser
ret = OB_ERR_UNEXPECTED;
LOG_WARN("column is NULL", K(ret));
} else {
PRINT_QUOT;
DATA_PRINTF("%.*s", LEN_AND_PTR(column->get_column_name()));
PRINT_QUOT;
PRINT_IDENT_WITH_QUOT(column->get_column_name());
DATA_PRINTF(",");
}
}