SET GLOBAL general_log=1; SET GLOBAL general_log_file='mariadb.log'; \q m$ tail -f /var/lib/mysql/mariadb.log
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28871 --- Comment #3 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 123878 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=123878&action=edit Bug 28871: (follow-up) Remove caching This patch removes the use of set_cache, as it gets ineffective with this patchset. To test: 1. Without any patches applied do: $ docker exec -ti koha_db_1 bash m$ mysql -ppassword 2. On a separate terminal run: $ kshell k$ prove t/db_dependent/Koha/Objects.t => Notice that before the DELETE tests are run, there are some queries about borrowers and 0 = 1 3. Apply this patches 4. Repeat 2 => Notice there's an extra query This is only to highlight the side-effect of this change. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.