diff options
author | Alexander Barkov <bar@mariadb.com> | 2019-02-27 13:14:31 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2019-03-04 13:49:15 +0400 |
commit | 19df45a705a48f5c8c21af0814cb5be7d816977b (patch) | |
tree | f4c4f13df3ff1bad07639e2e1be2ddc386b796bc /sql/sql_alter.h | |
parent | f2e1451740d417f1c9ea8626d937fbcacc91bb55 (diff) | |
download | mariadb-git-19df45a705a48f5c8c21af0814cb5be7d816977b.tar.gz |
MDEV-18333 Slow_queries count doesn't increase when slow_query_log is turned off
Diffstat (limited to 'sql/sql_alter.h')
-rw-r--r-- | sql/sql_alter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_alter.h b/sql/sql_alter.h index a4505f1d6c1..74dd8b0e5d8 100644 --- a/sql/sql_alter.h +++ b/sql/sql_alter.h @@ -363,7 +363,7 @@ private: statements. @todo move Alter_info and other ALTER generic structures from Lex here. */ -class Sql_cmd_common_alter_table : public Sql_cmd +class Sql_cmd_common_alter_table : public Sql_cmd_admin { protected: /** |