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-03 17:32:35+02:00, guilhem@stripped +1 -0
fix for compiler warning
mysys/my_handler.c@stripped, 2008-04-03 17:32:33+02:00, guilhem@stripped +1 -1
compiler warning
diff -Nrup a/mysys/my_handler.c b/mysys/my_handler.c
--- a/mysys/my_handler.c 2008-04-03 15:40:18 +02:00
+++ b/mysys/my_handler.c 2008-04-03 17:32:33 +02:00
@@ -502,7 +502,7 @@ HA_KEYSEG *ha_find_null(HA_KEYSEG *keyse
{
for (; (enum ha_base_keytype) keyseg->type != HA_KEYTYPE_END; keyseg++)
{
- uchar *end;
+ const uchar *end;
if (keyseg->null_bit)
{
if (!*a++)
| Thread |
|---|
| • bk commit into maria tree (guilhem:1.2626) | Guilhem Bichot | 3 Apr |