mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-5436 mysql_config returns non-zero when running without parameters
This commit is contained in:
@ -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:
|
|||||||
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
|
||||||
|
Reference in New Issue
Block a user