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

@ -140,9 +140,7 @@ int ObInsertStmtPrinter::print_into()
// 临时表的隐藏列,不需要print。TODO 将临时表insert改写由resolver转移到改写阶段后,可以去掉本分支
LOG_DEBUG("do not print column", K(*column));
} else {
PRINT_QUOT;
PRINT_IDENT(column->get_column_name());
PRINT_QUOT;
PRINT_IDENT_WITH_QUOT(column->get_column_name());
DATA_PRINTF(",");
}
}