https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42802 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 200140 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200140&action=edit Bug 42802: Update kohastructure.sql Test plan: root@kohadevbox:koha$ perl /kohadevbox/misc4dev/run_tests.pl --run-db-compare-only --compare-with v24.05.00 should pass with this patch Without this patch you get: Running [diff /tmp/current_db.sql /tmp/upgraded_db.sql && diff -q /tmp/current_db.sql /tmp/upgraded_db.sql || { echo "ERROR - DB structures are not identical" && exit 1; }]... 7207c7207 < /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; ---
/*M!100616 SET NOTE_VERBOSITY=@OLD_NOTE_VERBOSITY */;
QA: I have not found anything in the changelog of mariadb, maybe it's coming from mysqldump instead? https://jenkins.koha-community.org/view/main/job/Koha_Main_MariaDB_update run #634 it was passing: Version: '12.2.2-MariaDB-ubu2404' last run (#643): Version: '12.3.2-MariaDB-ubu2404' But maybe it's coming from the change from D12 to D13 as the default for ktd's "main" D12: mariadb-client (1:10.11.14-0+deb12u2) D13: mariadb-client (1:11.8.6-0+deb13u1) -- You are receiving this mail because: You are watching all bug changes.