1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
"Plugin Server Variables"
  Post review cleanups.
This commit is contained in:
antony@ppcg5.local
2007-04-02 11:38:58 -07:00
parent 6f21d39d51
commit 48f3ec8570
6 changed files with 64 additions and 58 deletions

View File

@ -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;