Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into magare.gmz:/home/kgeorge/mysql/autopush/B30825-new-5.0-opt
This commit is contained in:
commit
9934eec243
@ -8427,9 +8427,9 @@ void cost_group_min_max(TABLE* table, KEY *index_info, uint used_key_parts,
|
|||||||
*records= num_groups;
|
*records= num_groups;
|
||||||
|
|
||||||
DBUG_PRINT("info",
|
DBUG_PRINT("info",
|
||||||
("table rows: %u keys/block: %u keys/group: %u result rows: %lu blocks: %u",
|
("table rows: %lu keys/block: %u keys/group: %u result rows: %lu blocks: %u",
|
||||||
table_records, keys_per_block, keys_per_group, (ulong) *records,
|
(ulong)table_records, keys_per_block, keys_per_group,
|
||||||
num_blocks));
|
(ulong) *records, num_blocks));
|
||||||
DBUG_VOID_RETURN;
|
DBUG_VOID_RETURN;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user