summaryrefslogtreecommitdiff
path: root/sql/ha_partition.h
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2017-01-02 21:09:31 +0000
committerSergei Petrunia <psergey@askmonty.org>2017-01-02 21:09:31 +0000
commit31b2237c6896d90b3c3a43494c01d6fca6507827 (patch)
treeb9d59ef18476985bca78a11dbcd1718811f9e455 /sql/ha_partition.h
parenta597e0e164f9e99c1422fdba5bf70d66e84371e5 (diff)
parentefcd0935f77c1080cf00f86e70f28b8a74762475 (diff)
downloadmariadb-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.h6
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;
/*