mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
cleanup: consolidate binlog-related THD::*_used into one bitmap
This commit is contained in:
committed by
Oleksandr Byelkin
parent
4ce1470a70
commit
c38b8f49b8
@ -1640,7 +1640,7 @@ bool multi_delete::send_eof()
|
||||
thd->clear_error();
|
||||
else
|
||||
errcode= query_error_code(thd, killed_status == NOT_KILLED);
|
||||
thd->thread_specific_used= TRUE;
|
||||
thd->used|= THD::THREAD_SPECIFIC_USED;
|
||||
StatementBinlog stmt_binlog(thd, thd->binlog_need_stmt_format(transactional_tables));
|
||||
if (unlikely(thd->binlog_query(THD::ROW_QUERY_TYPE,
|
||||
thd->query(), thd->query_length(),
|
||||
|
Reference in New Issue
Block a user