diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-08-12 20:56:35 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-08-12 20:56:35 +0200 |
commit | 62b658a4050ae67643fce7a6206559ce05c6fc09 (patch) | |
tree | d0b33d58118d95b461e3b03de31e110f14bd1e5a /sql/ha_partition.h | |
parent | 23b4ccde8b9a68e924de31dca26c21e2f36eef47 (diff) | |
download | mariadb-git-62b658a4050ae67643fce7a6206559ce05c6fc09.tar.gz |
MDEV-4786 merge 10.0-monty -> 10.0
remove half-applied "Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONING"
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index fc1f1a600d0..5881ee8b41a 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -1192,6 +1192,7 @@ public: private: int handle_opt_partitions(THD *thd, HA_CHECK_OPT *check_opt, uint flags); public: + /* ------------------------------------------------------------------------- Admin commands not supported currently (almost purely MyISAM routines) |