Loading
FindMySQL.cmake: Search for libmaridb.so first
MariaDB often provides a symlink version of libmysql.so pointing to libmariadb.so to maintain compatibility with MySQL. So we will find libmysql.so regardless of whether we are linking against MySQL or MariaDB. By searching for libmariadb.so first we make it clearer in the cmake output that we are linking against MariaDB rather than MySQL.