diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2017-01-02 21:09:31 +0000 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2017-01-02 21:09:31 +0000 |
commit | 31b2237c6896d90b3c3a43494c01d6fca6507827 (patch) | |
tree | b9d59ef18476985bca78a11dbcd1718811f9e455 /sql/ha_partition.h | |
parent | a597e0e164f9e99c1422fdba5bf70d66e84371e5 (diff) | |
parent | efcd0935f77c1080cf00f86e70f28b8a74762475 (diff) | |
download | mariadb-git-31b2237c6896d90b3c3a43494c01d6fca6507827.tar.gz |
Merge branch '10.2' of github.com:MariaDB/server into 10.2-mariarocks
and a few trivial test result updates
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index 74f5a06e4bc..7324efcb6c9 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -1011,12 +1011,6 @@ public: virtual uint max_supported_key_parts() const; virtual uint max_supported_key_length() const; virtual uint max_supported_key_part_length() const; - - /* - The extra record buffer length is the maximum needed by all handlers. - The minimum record length is the maximum of all involved handlers. - */ - virtual uint extra_rec_buf_length() const; virtual uint min_record_length(uint options) const; /* |