diff options
Diffstat (limited to 'sql/events.cc')
-rw-r--r-- | sql/events.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/events.cc b/sql/events.cc index af40b31c80e..f5f837930c0 100644 --- a/sql/events.cc +++ b/sql/events.cc @@ -925,7 +925,6 @@ Events::init(my_bool opt_noacl_or_bootstrap) */ thd->thread_stack= (char*) &thd; thd->store_globals(); - lex_start(thd); /* We will need Event_db_repository anyway, even if the scheduler is |