mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
mysqladmin's presumption about the cause of an error by looking at the error code was presumptious. Server knows best, so pass the error along. Avoid returning -1 as a exit code, Linux makes this 255 and Windows keeps this as -1.