Fails with MariaDB, and my assumption was that the 4.* branch should keep compatibility with MariaDB?
dbdimp.c: In function 'parse_params':
dbdimp.c:769:22: error: implicit declaration of function 'mysql_real_escape_string_quote'; did you mean 'mysql_real_escape_string'? [-Wimplicit-function-declaration]
769 | ptr += mysql_real_escape_string_quote(sock, ptr, valbuf, vallen, '\'');
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| mysql_real_escape_string
make[1]: *** [Makefile:358: dbdimp.o] Error 1
Originally posted by @gregoa in #458 (comment)