From 7a55d482a29fc300656c6dd845b148df2b757c3c Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Mon, 26 Jan 2015 10:19:25 +0200 Subject: [PATCH] Fix to bug 700: http://bugs.mariadb.com/show_bug.cgi?id=700 --version now prints the version string. --- server/core/gateway.c | 1 + 1 file changed, 1 insertion(+) diff --git a/server/core/gateway.c b/server/core/gateway.c index e882d6412..f5bc87cc1 100644 --- a/server/core/gateway.c +++ b/server/core/gateway.c @@ -1177,6 +1177,7 @@ int main(int argc, char **argv) case 'v': rc = EXIT_SUCCESS; + printf("%s\n",MAXSCALE_VERSION); goto return_main; case 'l':