1
0
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:
tomas@poseidon.ndb.mysql.com
2006-02-28 17:51:27 +01:00
parent 7386289e6c
commit 5a46fbfbd8
5 changed files with 14 additions and 9 deletions

View File

@@ -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);
}