summaryrefslogtreecommitdiff
path: root/sql/sql_connect.cc
diff options
context:
space:
mode:
authorunknown <antony@ppcg5.local>2007-04-02 11:38:58 -0700
committerunknown <antony@ppcg5.local>2007-04-02 11:38:58 -0700
commit1e6bd48ccbd725c298453cf6c7645b430529fe43 (patch)
treee10aca33a80b582f64b79a333ca4d27cdced1dca /sql/sql_connect.cc
parent212ba963f2a160df9ac5be747a5c32741f81803a (diff)
downloadmariadb-git-1e6bd48ccbd725c298453cf6c7645b430529fe43.tar.gz
WL#2936
"Plugin Server Variables" Post review cleanups. sql/mysql_priv.h: WL2936 move where sql_plugin.h is included earlier so that plugin_ref declaration is available to sql/structs.h sql/sql_class.cc: WL2936 cleanup remove lock_locals argument for plugin_thdvar_init() sql/sql_connect.cc: WL2936 cleanup redundant call to plugin_thdvar_init() sql/sql_plugin.cc: WL2936 cleanup remove lock_locals argument for plugin_thdvar_init() renamed st_bookmark member from 'name' to 'key'. split cleanup_variables() and remove free_memory argument. sql/sql_plugin.h: WL2936 cleanup remove lock_locals argument for plugin_thdvar_init() sql/structs.h: WL2936 cleanup remove ugly conditional compilation, use plugin_ref
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;