Commit 2de206f4 authored by unknown's avatar unknown

Code cleanup: should use 'element_count' here, see include/my_tree.h

(Change done by Ramil and sent via IRC)
parent 8d669c55
...@@ -2158,7 +2158,7 @@ int composite_key_cmp(void* arg, byte* key1, byte* key2) ...@@ -2158,7 +2158,7 @@ int composite_key_cmp(void* arg, byte* key1, byte* key2)
} }
static int count_distinct_walk(void *elem, unsigned int count, void *arg) static int count_distinct_walk(void *elem, element_count count, void *arg)
{ {
(*((ulonglong*)arg))++; (*((ulonglong*)arg))++;
return 0; return 0;
......
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