Skip to content
Snippets Groups Projects

fix: _sql_query eviction query logic

Merged Denis Smirnov requested to merge 928_issue into master

Summary

  • 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).


  • Close #928 (closed)
  • Cherry-pick to: none
  • Docs follow-up: not necessary

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading