Commit d8efc3b1 authored by Sergey Petrunya's avatar Sergey Petrunya

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

parent ac8a79b9
...@@ -2178,6 +2178,7 @@ public: ...@@ -2178,6 +2178,7 @@ public:
*/ */
virtual bool check_if_supported_virtual_columns(void) { return FALSE;} virtual bool check_if_supported_virtual_columns(void) { return FALSE;}
TABLE* get_table() { return table; }
protected: protected:
/* deprecated, don't use in new engines */ /* deprecated, don't use in new engines */
inline void ha_statistic_increment(ulong SSV::*offset) const { } inline void ha_statistic_increment(ulong SSV::*offset) const { }
...@@ -2370,7 +2371,6 @@ private: ...@@ -2370,7 +2371,6 @@ private:
virtual int rename_partitions(const char *path) virtual int rename_partitions(const char *path)
{ return HA_ERR_WRONG_COMMAND; } { return HA_ERR_WRONG_COMMAND; }
friend class ha_partition; friend class ha_partition;
friend class DsMrr_impl;
public: public:
/* XXX to be removed, see ha_partition::partition_ht() */ /* XXX to be removed, see ha_partition::partition_ht() */
virtual handlerton *partition_ht() const 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