mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -822,7 +822,7 @@ THD::THD(my_thread_id id, bool is_wsrep_applier)
|
||||
net.reading_or_writing= 0;
|
||||
client_capabilities= 0; // minimalistic client
|
||||
system_thread= NON_SYSTEM_THREAD;
|
||||
cleanup_done= free_connection_done= abort_on_warning= 0;
|
||||
cleanup_done= free_connection_done= abort_on_warning= got_warning= 0;
|
||||
peer_port= 0; // For SHOW PROCESSLIST
|
||||
transaction= &default_transaction;
|
||||
transaction->m_pending_rows_event= 0;
|
||||
|
Reference in New Issue
Block a user