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