Commit 8c718bf5 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-5436 mysql_config returns non-zero when running without parameters

parent 5d6e756c
...@@ -258,7 +258,7 @@ Options: ...@@ -258,7 +258,7 @@ Options:
--version [$version] --version [$version]
--libmysqld-libs [$embedded_libs] --libmysqld-libs [$embedded_libs]
EOF EOF
exit 1; exit 0;
} }
@ARGV or usage(); @ARGV or usage();
......
...@@ -176,7 +176,7 @@ Options: ...@@ -176,7 +176,7 @@ Options:
pkglibdir [$pkglibdir] pkglibdir [$pkglibdir]
plugindir [$plugindir] plugindir [$plugindir]
EOF EOF
exit 1 exit 0
} }
if test $# -le 0; then usage; fi if test $# -le 0; then usage; fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment