1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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

into  mikael-ronstr-ms-dator.local:/Users/mikron/mysql_clones/bug18198
This commit is contained in:
mikron@mikael-ronstr-ms-dator.local
2007-04-04 16:50:14 +02:00
19 changed files with 163 additions and 206 deletions

View File

@ -2890,6 +2890,8 @@ uint32 get_partition_id_range_for_endpoint(partition_info *part_info,
}
if (unsigned_flag)
part_func_value-= 0x8000000000000000ULL;
if (left_endpoint && !include_endpoint)
part_func_value++;
while (max_part_id > min_part_id)
{
loc_part_id= (max_part_id + min_part_id + 1) >> 1;