summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorunknown <tsmith@quadxeon.mysql.com>2007-06-06 00:22:35 +0200
committerunknown <tsmith@quadxeon.mysql.com>2007-06-06 00:22:35 +0200
commit12ffd574b9582ef243421ae2ec2ae16b67b71ff4 (patch)
tree04f5dd77edf53732d84661a0431ca91eb30eb03e /strings
parent4a6f4be22b01a51c4e15171e0b8181abe43002c3 (diff)
downloadmariadb-git-12ffd574b9582ef243421ae2ec2ae16b67b71ff4.tar.gz
ctype-bin.c:
Post-merge fix warning strings/ctype-bin.c: Post-merge fix warning
Diffstat (limited to 'strings')
-rw-r--r--strings/ctype-bin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/strings/ctype-bin.c b/strings/ctype-bin.c
index b24470747e6..95d97af2bfb 100644
--- a/strings/ctype-bin.c
+++ b/strings/ctype-bin.c
@@ -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;