We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9b350 commit 78030b6Copy full SHA for 78030b6
storage/innobase/include/ut0lst.h
@@ -475,7 +475,7 @@ void ut_list_validate(const List& list, Functor& functor)
475
ut_list_map(list, functor);
476
#ifdef UNIV_DEBUG
477
/* Validate the list backwards. */
478
- auto count = list.count;
+ ulint count = list.count;
479
480
for (typename List::elem_type* elem = list.end;
481
elem != 0;
@@ -495,7 +495,7 @@ inline void ut_list_validate(const List& list, const Functor& functor)
495
496
497
498
499
500
501
0 commit comments