https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28871
--- Comment #3 from Tomás Cohen Arazi <[email protected]> --- 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 > SET GLOBAL general_log=1; > SET GLOBAL general_log_file='mariadb.log'; > \q m$ tail -f /var/lib/mysql/mariadb.log 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 <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
