summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2017-11-06 11:23:32 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2017-11-07 17:39:29 +0100
commitd62ea85e6f6c273a712f951da907ced06f01bc03 (patch)
treeec7bd9b3b996b5d7582a19f60b3087c1480b9099 /sql/sql_class.h
parent2ba1616e5d0f7008d5f6bf2c6cbc439935f6138b (diff)
downloadmariadb-git-bb-10.3-MDEV-9059.tar.gz
MDEV-9059: protocol: bundle first command with the authentication packetbb-10.3-MDEV-9059
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h4
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)