diff options
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 6a1cfe07e66..d11adbd074d 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -4559,7 +4559,6 @@ public: mysql_mutex_unlock(&LOCK_thread_count); } - uint get_net_wait_timeout() { if (in_active_multi_stmt_transaction()) @@ -4612,6 +4611,9 @@ public: LOG_SLOW_DISABLE_ADMIN); query_plan_flags|= QPLAN_ADMIN; } + + /* Auth packet bundle packet */ + LEX_STRING bundle_command; }; inline void add_to_active_threads(THD *thd) |