Weird caching happening in Maria DB with query selecting minimal available id – Phpmyadmin
I have a query, that selects the lowest available id free in a table. It works perfect in my tests, but however I realized, that it always returns 9 in production. So I deleted id number 6 (which is lower)…