List:Commits« Previous MessageNext Message »
From:Mattias Jonsson Date:November 26 2007 8:58am
Subject:Re: bk commit into 5.1 tree (ramil:1.2627) BUG#29258
View as plain text  
OK to push, but please change the last row in the changeset comment to:
Fix: consider the MAXVALUE string as a supremum.

Regards
Mattias

ramil@stripped wrote:
> Below is the list of changes that have just been committed into a local
> 5.1 repository of ram. When ram does a push these changes will
> be propagated to the main repository and, within 24 hours after the
> push, to the public repository.
> For information on how to access the public repository
> see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
> 
> ChangeSet@stripped, 2007-11-26 10:28:25+04:00, ramil@stripped +4 -0
>   Fix for bug #29258: Partitions: search fails for maximum unsigned bigint
>   
>   Problems: 
>     1. looking for a matching partition we miss the fact that the maximum 
>        allowed value is in the PARTITION p LESS THAN MAXVALUE.
>     2. one can insert maximum value if numeric maximum value is the last range.
>        (should only work if LESS THAN MAXVALUE).
>     3. one cannot have both numeric maximum value and MAXVALUE string as ranges 
>       (the same value, but different meanings).
>   
>   Fix: consider the maximum value as a supremum.
> 

s/maximum value/MAXVALUE string/

-- 
Mattias Jonsson, Software Engineer
MySQL AB, www.mysql.com

Are you MySQL certified?  www.mysql.com/certification
Thread
bk commit into 5.1 tree (ramil:1.2627) BUG#29258ramil26 Nov
  • Re: bk commit into 5.1 tree (ramil:1.2627) BUG#29258Mattias Jonsson26 Nov