1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-27652 remove #ifdef HA_HAS_CHECKSUM_EXTENDED

handler::pre_calculate_checksum was added in MDEV-16249
be5c432a42
This commit is contained in:
Yuchen Pei
2024-06-19 13:47:18 +08:00
parent e8a5553cef
commit 6287fb6e17
10 changed files with 0 additions and 48 deletions

View File

@@ -318,11 +318,9 @@ public:
int mode,
ha_rows &records
) override;
#ifdef HA_HAS_CHECKSUM_EXTENDED
int fetch_table_checksum(
ha_spider *spider
) override;
#endif
int fetch_table_cardinality(
int mode,
TABLE *table,
@@ -669,9 +667,7 @@ public:
spider_string *str
) override;
#endif
#ifdef HA_HAS_CHECKSUM_EXTENDED
bool checksum_support() override;
#endif
protected:
int create_table_names_str();
void free_table_names_str();
@@ -1402,11 +1398,9 @@ public:
int show_records(
int link_idx
) override;
#ifdef HA_HAS_CHECKSUM_EXTENDED
int checksum_table(
int link_idx
) override;
#endif
int show_last_insert_id(
int link_idx,
ulonglong &last_insert_id