mirror of
https://github.com/MariaDB/server.git
synced 2025-05-28 13:01:41 +03:00

There was no way to return an error from the client library if no MYSQL connections was established. So here i added variables to store that king of errors and made functions like mysql_error(NULL) to return these.