summaryrefslogtreecommitdiff
path: root/sql/sql_trigger.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_trigger.cc')
-rw-r--r--sql/sql_trigger.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_trigger.cc b/sql/sql_trigger.cc
index 5b8ae46d33f..726ba6d3cf2 100644
--- a/sql/sql_trigger.cc
+++ b/sql/sql_trigger.cc
@@ -1330,7 +1330,8 @@ bool Table_triggers_list::prepare_record_accessors(TABLE *table)
*/
bool Table_triggers_list::check_n_load(THD *thd, const LEX_CSTRING *db,
- const LEX_CSTRING *table_name, TABLE *table,
+ const LEX_CSTRING *table_name,
+ TABLE *table,
bool names_only)
{
char path_buff[FN_REFLEN];