mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Bug #17499 continued
- moved initialization of used_partitions - more tests + removed reference to fixed bugs
This commit is contained in:
@@ -1414,6 +1414,7 @@ static bool set_up_partition_bitmap(THD *thd, partition_info *part_info)
|
||||
DBUG_RETURN(TRUE);
|
||||
}
|
||||
bitmap_init(&part_info->used_partitions, bitmap_buf, bitmap_bytes*8, FALSE);
|
||||
bitmap_set_all(&part_info->used_partitions);
|
||||
DBUG_RETURN(FALSE);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user