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 8c9e60e73e8..d4efcdbdc4a 100644 --- a/sql/events.cc +++ b/sql/events.cc @@ -895,7 +895,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 |