Commit 04a410d4 authored by unknown's avatar unknown
Browse files

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

(Change done by Ramil and sent via IRC)

parent dc79caa9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))++;
  return 0;