diff options
Diffstat (limited to 'sql/sql_trigger.cc')
-rw-r--r-- | sql/sql_trigger.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_trigger.cc b/sql/sql_trigger.cc index 3ed7807583a..4b208134723 100644 --- a/sql/sql_trigger.cc +++ b/sql/sql_trigger.cc @@ -444,7 +444,7 @@ bool mysql_create_or_drop_trigger(THD *thd, TABLE_LIST *tables, bool create) if (!create) { - bool if_exists= thd->lex->check_exists; + bool if_exists= thd->lex->if_exists(); /* Protect the query table list from the temporary and potentially |