1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

Fix the previous cset: next() should have element_count as parameter

This commit is contained in:
Sergei Petrunia
2021-09-10 20:02:46 +03:00
parent b6121ca36a
commit cf8927e9cb

View File

@@ -141,7 +141,7 @@ public:
@return
0 - OK
*/
int next(void *elem, longlong elem_cnt) override
int next(void *elem, element_count elem_cnt) override
{
counters.next(elem, elem_cnt);
ulonglong count= counters.get_count();