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:
Nayuta Yanagisawa
2022-01-28 15:57:07 +09:00
parent 00ae4272b3
commit a4da96773d
13 changed files with 0 additions and 1920 deletions

View File

@@ -15914,11 +15914,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;