summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authorEugene Kosov <claprix@yandex.ru>2019-05-10 16:38:54 +0300
committerSergei Golubchik <serg@mariadb.org>2019-05-17 13:53:22 +0200
commit73de06c48ff26070cabcd408ebc3d888da88110f (patch)
tree742d7d92a5010406481e0c32bf782dc7d72f1c65 /sql/handler.cc
parent3d649c6e37de47336860bee6d23804d62a0746cb (diff)
downloadmariadb-git-73de06c48ff26070cabcd408ebc3d888da88110f.tar.gz
make method const
Closes #677
Diffstat (limited to 'sql/handler.cc')
-rw-r--r--sql/handler.cc3
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;