diff options
Diffstat (limited to 'sql/sql_servers.cc')
-rw-r--r-- | sql/sql_servers.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_servers.cc b/sql/sql_servers.cc index 8fafbbd8e70..464a70e4175 100644 --- a/sql/sql_servers.cc +++ b/sql/sql_servers.cc @@ -141,7 +141,6 @@ bool servers_init(bool dont_read_servers_table) DBUG_RETURN(TRUE); thd->thread_stack= (char*) &thd; thd->store_globals(); - lex_start(thd); /* It is safe to call servers_reload() since servers_* arrays and hashes which will be freed there are global static objects and thus are initialized |