Perhaps you could help me help you. Yes, the version check done by the provider is incorrect.
I spun up a MariaDB 10.4 docker container and when I talk to it with the MySQL provider get the following information: mysql_get_server_version() returns 50505 mysql_get_server_info() returns "5.5.5-10.4.10-MariaDB-1:10.4.10+maria~bionic" The provider actually calls mysql_get_server_info() for the version check (why it does this instead of calling mysql_get_server_version() I do not know) and parses the version string within. The version parsed here is also 50505, so regardless of how we get the version number, it results in the same value of 50505. So what is 5.5.5 in this case? MariaDB 10.4 supports the feature set of MySQL 5.5.5? Why do both methods insist on reporting this version number instead of 10.4.10? - Jackie -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html _______________________________________________ mapguide-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/mapguide-users
