https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41862
--- Comment #8 from David Cook <[email protected]> --- (In reply to Katrin Fischer from comment #6) > Thanks David, I have to admit that I didn't remember the problem you had > mentioned earlier, but this kind of "mess" seemed like something you might > have an idea about. Many thanks for digging into it and sharing your > thoughts! Haha. You know me... I'm a sucker for these kinds of problems. > Is there anything we can currently do to help get this fixed? Mmm I'm not sure. I'm discussing it at https://github.com/perl5-dbi/DBD-mysql/issues/351 with the DBD::mysql author. You could confirm that you're using the MariaDB client version 1:10.11.14-0+deb12u2 I think that I've found the proof for the theory that people put on the Debian tickets, so hopefully the DBD::mysql can help. -- Basically, the MariaDB client is returning the wrong version number when DBD::mysql calls mysql_get_client_version() as defined in mysql.h. Looking at /usr/include/mariadb/mariadb_version.h you can see that MARIADB_PACKAGE_VERSION_ID is 30317 and that's what's used for mysql_get_client_version in the MariaDB connector: https://github.com/mariadb-corporation/mariadb-connector-c/blob/3.4/libmariadb/mariadb_lib.c#L4532 Whomp whomp... -- You are receiving this mail because: You are the assignee for the bug. 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/
