summaryrefslogtreecommitdiff
path: root/sql/sql_connect.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_connect.cc')
-rw-r--r--sql/sql_connect.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_connect.cc b/sql/sql_connect.cc
index 41b4c1b8e31..3ed32c28c7e 100644
--- a/sql/sql_connect.cc
+++ b/sql/sql_connect.cc
@@ -1004,8 +1004,6 @@ void prepare_new_connection_state(THD* thd)
if (thd->client_capabilities & CLIENT_COMPRESS)
thd->net.compress=1; // Use compression
- plugin_thdvar_init(thd, true);
-
thd->version= refresh_version;
thd->proc_info= 0;
thd->command= COM_SLEEP;