diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-01-09 00:02:56 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-12-12 20:27:28 +0100 |
commit | 605cf619ba6dd025d0f6b100f40f0cd152ee3e3c (patch) | |
tree | 6babf8462b9e3bbd2d6f89408504ae500e4d816d /sql/ha_partition.h | |
parent | 98be2d853e96f564d0570ade6e54333816efaacc (diff) | |
download | mariadb-git-605cf619ba6dd025d0f6b100f40f0cd152ee3e3c.tar.gz |
cleanup: extra_rec_buf_length
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 3ea8d4a855d..70cd3760783 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -1009,12 +1009,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; /* |