1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

make method const

Closes #677
This commit is contained in:
Eugene Kosov
2019-05-10 16:38:54 +03:00
committed by Sergei Golubchik
parent 3d649c6e37
commit 73de06c48f
2 changed files with 4 additions and 3 deletions

View File

@ -1989,8 +1989,8 @@ public:
bool fix_create_like(Alter_info &alter_info, HA_CREATE_INFO &create_info,
TABLE_LIST &src_table, TABLE_LIST &table);
bool check_sys_fields(const Lex_table_name &table_name,
const Lex_table_name &db,
Alter_info *alter_info, bool can_native);
const Lex_table_name &db, Alter_info *alter_info,
bool can_native) const;
/**
At least one field was specified 'WITH/WITHOUT SYSTEM VERSIONING'.