Ok, I found it. The problem was that Zeos wasn't able to detect that extended field information is supported. Zeos detected this by inspecting the client version number. The problem here is that the people at MariaDB decided at some point in the past that is is ok to restart verion numbering in libmariadb. Example: For Testing MariaDB 10 we use MariaDB Connector C version 3.1.7. mysql_get_client_version returns 10.4.3 there. The libmariadb that installs with MariaDB 11.8.2 returns version version 3.4.6 when calling mysql_get_client_version. To test for the availability of extended column inf, Zeos testes the versdion to be 4.0.0 or above - which failed for libmariadb in MariaDB 11.8.2.
Long story short: I fixted the problem in the 8.0-patches branch of Zeos. Please test and let me know if there still are problems.
Best regards,
Jan