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:

commit
b636832ba1
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user