Commit 0f98f03b authored by unknown's avatar unknown

ctype-bin.c:

  Post-merge fix warning


strings/ctype-bin.c:
  Post-merge fix warning
parent e9aee315
......@@ -273,7 +273,8 @@ static int my_wc_mb_bin(CHARSET_INFO *cs __attribute__((unused)),
void my_hash_sort_8bit_bin(CHARSET_INFO *cs __attribute__((unused)),
const uchar *key, uint len,ulong *nr1, ulong *nr2)
const uchar *key, size_t len,
ulong *nr1, ulong *nr2)
{
const uchar *pos = key;
......
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