Commit 42f970de authored by unknown's avatar unknown

fix for compiler warning


mysys/my_handler.c:
  compiler warning
parent f094eff1
...@@ -502,7 +502,7 @@ HA_KEYSEG *ha_find_null(HA_KEYSEG *keyseg, const uchar *a) ...@@ -502,7 +502,7 @@ HA_KEYSEG *ha_find_null(HA_KEYSEG *keyseg, const uchar *a)
{ {
for (; (enum ha_base_keytype) keyseg->type != HA_KEYTYPE_END; keyseg++) for (; (enum ha_base_keytype) keyseg->type != HA_KEYTYPE_END; keyseg++)
{ {
uchar *end; const uchar *end;
if (keyseg->null_bit) if (keyseg->null_bit)
{ {
if (!*a++) if (!*a++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment