add for replace and insert_up with batch_optimization

This commit is contained in:
yishenglanlingzui
2023-02-17 07:12:56 +00:00
committed by ob-robot
parent 671aeb2cea
commit f001af9558
7 changed files with 170 additions and 80 deletions

View File

@ -129,6 +129,7 @@ public:
bool is_support_batch_exec_stmt() const
{
return stmt_type_ == stmt::T_INSERT
|| stmt_type_ == stmt::T_REPLACE
|| stmt_type_ == stmt::T_UPDATE
|| stmt_type_ == stmt::T_DELETE;
}