mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-10084: SQL batch united response
Reduce number of network send() calls for batch update requests
This commit is contained in:
parent
05d07e3380
commit
848d211c5c
1 changed files with 1 additions and 0 deletions
|
@ -1792,6 +1792,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
|
|||
while (!thd->killed && (parser_state.m_lip.found_semicolon != NULL) &&
|
||||
! thd->is_error())
|
||||
{
|
||||
thd->get_stmt_da()->set_skip_flush();
|
||||
/*
|
||||
Multiple queries exist, execute them individually
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue