In this comment: #2985 (comment) you can see that when using MariaDB, the server_version option must include not only the version number but also the vendor name: server_version: 'mariadb-10.2.12' instead of server_version: '10.2.12'.
I wonder if this could be solved differently to keep the vendor name out of the server_version value. Thanks for your time and consideration!
In this comment: #2985 (comment) you can see that when using MariaDB, the
server_versionoption must include not only the version number but also the vendor name:server_version: 'mariadb-10.2.12'instead ofserver_version: '10.2.12'.I wonder if this could be solved differently to keep the vendor name out of the
server_versionvalue. Thanks for your time and consideration!