From: Guilhem Bichot Date: April 24 2008 9:24pm Subject: bk commit into maria tree (guilhem:1.2640) List-Archive: http://lists.mysql.com/maria/19 Message-Id: <20080424212426.3AEAE29F60@gbichot4.local> Below is the list of changes that have just been committed into a local maria repository of guilhem. When guilhem 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, 2008-04-24 23:24:21+02:00, guilhem@stripped +1 -0 compiler warning on non-debug build storage/maria/ma_rt_split.c@stripped, 2008-04-24 23:24:19+02:00, guilhem@stripped +2 -1 compiler warning on non-debug build diff -Nrup a/storage/maria/ma_rt_split.c b/storage/maria/ma_rt_split.c --- a/storage/maria/ma_rt_split.c 2008-04-24 23:13:54 +02:00 +++ b/storage/maria/ma_rt_split.c 2008-04-24 23:24:19 +02:00 @@ -296,7 +296,8 @@ static int split_maria_rtree_node(SplitS */ static my_bool _ma_log_rt_split(MARIA_HA *info, - my_off_t page, const uchar *buff, + my_off_t page, + const uchar *buff __attribute__((unused)), const uchar *key_with_nod_flag, uint full_length, const uchar *log_internal_copy,