Commit ec7bfea5 authored by unknown's avatar unknown

Merge mysql.com:/M50/build-5.0.3 into mysql.com:/M50/push-5.0


sql/item_sum.cc:
  Auto merged
parents 7fd8b9b3 2de206f4
......@@ -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;
......
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