Commit 5c836d24 authored by unknown's avatar unknown

Fixed whitespace

parent 3a94137c
...@@ -971,7 +971,7 @@ bool Table_triggers_list::check_n_load(THD *thd, const char *db, ...@@ -971,7 +971,7 @@ bool Table_triggers_list::check_n_load(THD *thd, const char *db,
Lex_input_stream lip(thd, trg_create_str->str, trg_create_str->length); Lex_input_stream lip(thd, trg_create_str->str, trg_create_str->length);
thd->m_lip= &lip; thd->m_lip= &lip;
lex_start(thd); lex_start(thd);
thd->spcont= NULL; thd->spcont= NULL;
int err= MYSQLparse((void *)thd); int err= MYSQLparse((void *)thd);
if (err || thd->is_fatal_error) if (err || thd->is_fatal_error)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment