Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 10.2.10
-
Fix Version/s: 10.2
-
Component/s: libmariadb
-
Labels:None
Description
When you run mariadb_config from mariadb-connector-c with an unknown option, it exits with code 0. One supposes that the return code should be 1 (the same code that mysql_config returns with the unknown option).
# mariadb_config --unknown-option
|
mariadb_config: unrecognized option '--unknown-option' |
# echo $?
|
0 |