Skip to content
Snippets Groups Projects
Commit 585ae0b4 authored by Denis Smirnov's avatar Denis Smirnov Committed by Dmitry Rodionov
Browse files

fix: _sql_query eviction query logic

There was a bug when SQL statistics LRU removed some old query
from the _sql_query table. The query ref_counter field in unsigned,
but the code decremented it below zero in the space on eviction.
That produced an error (fixed).
parent eebcdfe5
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment