diff options
Diffstat (limited to 'sql/sql_table.h')
-rw-r--r-- | sql/sql_table.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sql/sql_table.h b/sql/sql_table.h index 58280b45861..02e72fc564c 100644 --- a/sql/sql_table.h +++ b/sql/sql_table.h @@ -123,11 +123,8 @@ enum enum_explain_filename_mode /** Don't check foreign key constraints while renaming table */ #define NO_FK_CHECKS (1 << 4) -uint filename_to_tablename(const char *from, char *to, uint to_length -#ifndef DBUG_OFF - , bool stay_quiet = false -#endif /* DBUG_OFF */ - ); +uint filename_to_tablename(const char *from, char *to, uint to_length, + bool stay_quiet = false); uint tablename_to_filename(const char *from, char *to, uint to_length); uint check_n_cut_mysql50_prefix(const char *from, char *to, uint to_length); bool check_mysql50_prefix(const char *name); |