From: Guilhem Bichot Date: April 24 2008 4:43pm Subject: bk commit into maria tree (guilhem:1.2638) List-Archive: http://lists.mysql.com/maria/17 Message-Id: <20080424164336.BFD4C29F64@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 18:43:32+02:00, guilhem@stripped +1 -0 compiler warning storage/maria/ma_ft_update.c@stripped, 2008-04-24 18:43:30+02:00, guilhem@stripped +1 -1 compiler warning diff -Nrup a/storage/maria/ma_ft_update.c b/storage/maria/ma_ft_update.c --- a/storage/maria/ma_ft_update.c 2008-04-24 17:22:46 +02:00 +++ b/storage/maria/ma_ft_update.c 2008-04-24 18:43:30 +02:00 @@ -109,7 +109,7 @@ uint _ma_ft_parse(TREE *parsed, MARIA_HA { /** @todo this casts ftsi.pos (const) to non-const */ if (ftsi.pos) - if (maria_ft_parse(parsed, ftsi.pos, ftsi.len, parser, param, + if (maria_ft_parse(parsed, (uchar *)ftsi.pos, ftsi.len, parser, param, mem_root)) DBUG_RETURN(1); }