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

MDEV-27643 Spider: remove #ifdef HA_CAN_BULK_ACCESS

This commit is contained in:
Yuchen Pei
2024-06-18 10:21:38 +08:00
parent e7570c7759
commit f5b7c25e1e
14 changed files with 0 additions and 1797 deletions

View File

@@ -15005,11 +15005,7 @@ void spider_mbase_handler::minimum_select_bitmap_create()
memset(minimum_select_bitmap, 0, no_bytes_in_map(table->read_set));
if (
spider->use_index_merge ||
#ifdef HA_CAN_BULK_ACCESS
(spider->is_clone && !spider->is_bulk_access_clone)
#else
spider->is_clone
#endif
) {
/* need preparing for cmp_ref */
TABLE_SHARE *table_share = table->s;