Fix to bug 700: http://bugs.mariadb.com/show_bug.cgi?id=700
--version now prints the version string.
This commit is contained in:
parent
9b9c968ca1
commit
7a55d482a2
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user