1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1

into  c-0d08e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/mysql-5.1
This commit is contained in:
pappa@c-0d08e253.1238-1-64736c10.cust.bredbandsbolaget.se
2005-09-14 18:16:36 -04:00
3 changed files with 29 additions and 1 deletions

View File

@ -2305,7 +2305,7 @@ static uint32 get_part_id_key(Field **field_array,
uint no_parts)
{
DBUG_ENTER("get_part_id_key");
DBUG_RETURN(calculate_key_value(field_array) & no_parts);
DBUG_RETURN(calculate_key_value(field_array) % no_parts);
}