mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed whitespace
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user