diff options
Diffstat (limited to 'sql/handler.cc')
-rw-r--r-- | sql/handler.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc index 957e1ba0e19..826b6f34746 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -7465,7 +7465,8 @@ static bool require_bigint(const Create_field *f, Lex_table_name table_name) bool Vers_parse_info::check_sys_fields(const Lex_table_name &table_name, const Lex_table_name &db, - Alter_info *alter_info, bool can_native) + Alter_info *alter_info, + bool can_native) const { if (check_conditions(table_name, db)) return true; |