mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
DS-MRR improvements: address review feedback for R3 version of the patch
This commit is contained in:
@@ -2177,7 +2177,8 @@ public:
|
||||
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 @@ private:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user