mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Code cleanup: should use 'element_count' here, see include/my_tree.h
(Change done by Ramil and sent via IRC)
This commit is contained in:
parent
dc79caa979
commit
04a410d4e9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue