Fixed whitespace
This commit is contained in:
parent
3a7bcd72f3
commit
f4b671d8bc
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user