Commit d8efc3b1 authored by Sergey Petrunya's avatar Sergey Petrunya

DS-MRR improvements: address review feedback for R3 version of the patch

parent ac8a79b9
......@@ -2177,7 +2177,8 @@ class handler :public Sql_alloc
TRUE if the engine supports virtual columns
*/
virtual bool check_if_supported_virtual_columns(void) { return FALSE;}
TABLE* get_table() { return table; }
protected:
/* deprecated, don't use in new engines */
inline void ha_statistic_increment(ulong SSV::*offset) const { }
......@@ -2370,7 +2371,6 @@ class handler :public Sql_alloc
virtual int rename_partitions(const char *path)
{ return HA_ERR_WRONG_COMMAND; }
friend class ha_partition;
friend class DsMrr_impl;
public:
/* XXX to be removed, see ha_partition::partition_ht() */
virtual handlerton *partition_ht() const
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment