diff options
-rw-r--r-- | src/src/lookups/mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |