mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00

Rename client_last_error to last_error and client_last_errno to last_errno to not break connectors which use the internal net structure for error handling.
Instance Manager - manage MySQL instances locally and remotely. File description: mysqlmanager.cc - entry point to the manager, main, options.{h,cc} - handle startup options manager.{h,cc} - manager process mysql_connection.{h,cc} - handle one connection with mysql client. See also instance manager architecture description in mysqlmanager.cc.