Skip to content
Snippets Groups Projects

fix: _sql_query eviction query logic

Merged Denis Smirnov requested to merge 928_issue into master
  1. Oct 10, 2024
    • Denis Smirnov's avatar
      fix: _sql_query eviction query logic · 585ae0b4
      Denis Smirnov authored and Dmitry Rodionov's avatar Dmitry Rodionov committed
      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).
      585ae0b4
Loading