diff options
Diffstat (limited to 'sql/ha_partition.h')
-rw-r--r-- | sql/ha_partition.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/ha_partition.h b/sql/ha_partition.h index e1f1503f8ec..41622590f0d 100644 --- a/sql/ha_partition.h +++ b/sql/ha_partition.h @@ -1454,7 +1454,6 @@ public: virtual int dump(THD* thd, int fd = -1); virtual int net_read_dump(NET* net); */ - virtual uint checksum() const; /* Enabled keycache for performance reasons, WL#4571 */ virtual int assign_to_keycache(THD* thd, HA_CHECK_OPT *check_opt); virtual int preload_keys(THD* thd, HA_CHECK_OPT* check_opt); |