add for replace and insert_up with batch_optimization
This commit is contained in:
committed by
ob-robot
parent
671aeb2cea
commit
f001af9558
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user