Commit 7b20aa57 authored by Dmitry Shulga's avatar Dmitry Shulga Committed by Marko Mäkelä

MDEV-24116: Fix clang 12 -Wrange-loop-analysis

parent 1418439d
...@@ -5032,7 +5032,7 @@ lock_validate() ...@@ -5032,7 +5032,7 @@ lock_validate()
lock_mutex_exit(); lock_mutex_exit();
for (const page_id_t page_id : pages) { for (page_id_t page_id : pages) {
lock_rec_block_validate(page_id); lock_rec_block_validate(page_id);
} }
......
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