Fixed whitespace

This commit is contained in:
malff/marcsql@weblab.(none) 2007-09-04 16:40:27 -06:00
parent 3a7bcd72f3
commit f4b671d8bc

View File

@ -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);
thd->m_lip= &lip;
lex_start(thd);
thd->spcont= NULL;
thd->spcont= NULL;
int err= MYSQLparse((void *)thd);
if (err || thd->is_fatal_error)