From: Heiko Schlittermann (HS12-RIPE) Date: Wed, 18 Oct 2017 20:19:44 +0000 (+0200) Subject: More information string for missing MxSQL Base Version X-Git-Tag: exim-4_90_RC1~30 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/eb00228301d5dd1607130d0a9f73c0cd1eba5db0 More information string for missing MxSQL Base Version --- diff --git a/src/src/lookups/mysql.c b/src/src/lookups/mysql.c index 16972b579..19abdeb60 100644 --- a/src/src/lookups/mysql.c +++ b/src/src/lookups/mysql.c @@ -45,7 +45,7 @@ with versions before 10.2, as they do not define there there specific symbols. #define EXIM_MxSQL_VERSION_STR MYSQL_SERVER_VERSION #else -#define EXIM_MxSQL_VERSION_STR "N.A." +#define EXIM_MxSQL_VERSION_STR "unknown" #endif #if defined MARIADB_BASE_VERSION