From: Date: June 26 2008 5:53pm Subject: RE: commit into mysql-6.0-falcon branch (lars-erik.bjork:2720) Bug#36825 List-Archive: http://lists.mysql.com/commits/48575 Message-Id: <000d01c8d7a4$d3376350$79a629f0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Lars-Erik, Patch looks good. Ok to push. Congratulations on your first bugfix! Vlad > -----Original Message----- > From: lars-erik.bjork@stripped [mailto:lars-erik.bjork@stripped] > Sent: Thursday, June 26, 2008 3:30 PM > To: commits@stripped > Subject: commit into mysql-6.0-falcon branch (lars-erik.bjork:2720) > Bug#36825 > > #At bzr+ssh://bk-internal.mysql.com/bzrroot/server/mysql-6.0-falcon/ > > 2720 lars-erik.bjork@stripped 2008-06-26 > bug#36825 - falcon_index_chill_threshold and > falcon_record_chill_threshold have values in MB > > falcon_index_chill_threshold and falcon_record_chill_threshold > accept a value in megabytes. > This is non-standard with respect to the rest of the server > options, prevents from setting > the variables to lower than 1mb, which prevents testing of the > chill/thaw mechanism and > prevents the user from using the KB, MB and GB modifiers provided > by server. > > falcon_index_chill_threshold and falcon_record_chill_threshold > are now changed to accept a value > in bytes. > > The tests falcon_options and falcon_options2 are also changed to > work accordingly.