mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
cleanup: unused function argument
This commit is contained in:
parent
aa09cb3b11
commit
07ec1a9e37
11 changed files with 12 additions and 96 deletions
|
|
@ -574,7 +574,7 @@ bool mysql_create_or_drop_trigger(THD *thd, TABLE_LIST *tables, bool create)
|
|||
DBUG_ASSERT(tables->next_global == 0);
|
||||
|
||||
build_table_filename(path, sizeof(path) - 1, tables->db.str, tables->alias.str, ".frm", 0);
|
||||
tables->required_type= dd_frm_type(NULL, path, NULL, NULL, NULL);
|
||||
tables->required_type= dd_frm_type(NULL, path, NULL, NULL);
|
||||
|
||||
/* We do not allow creation of triggers on temporary tables or sequence. */
|
||||
if (tables->required_type == TABLE_TYPE_SEQUENCE ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue