mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -632,6 +632,9 @@ THD::THD(my_thread_id id, bool is_wsrep_applier)
|
||||
waiting_on_group_commit(FALSE), has_waiter(FALSE),
|
||||
spcont(NULL),
|
||||
m_parser_state(NULL),
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
audit_plugin_version(-1),
|
||||
#endif
|
||||
#if defined(ENABLED_DEBUG_SYNC)
|
||||
debug_sync_control(0),
|
||||
#endif /* defined(ENABLED_DEBUG_SYNC) */
|
||||
|
Reference in New Issue
Block a user