mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02: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. include/mysql_com.h: Rename client_last_error to last_error, client_last_errno to last_errno. include/mysql_h.ic: Rename client_last_error to last_error, client_last_errno to last_errno. libmysql/libmysql.c: Rename client_last_error to last_error, client_last_errno to last_errno. libmysql/manager.c: Rename client_last_error to last_error, client_last_errno to last_errno. libmysqld/lib_sql.cc: Rename client_last_error to last_error, client_last_errno to last_errno. libmysqld/libmysqld.c: Rename client_last_error to last_error, client_last_errno to last_errno. server-tools/instance-manager/mysql_connection.cc: Rename client_last_error to last_error, client_last_errno to last_errno. sql/log_event.cc: Rename client_last_error to last_error, client_last_errno to last_errno. sql-common/client.c: Rename client_last_error to last_error, client_last_errno to last_errno. sql/log_event_old.cc: Rename client_last_error to last_error, client_last_errno to last_errno. sql/net_serv.cc: Rename client_last_error to last_error, client_last_errno to last_errno. sql/repl_failsafe.cc: Rename client_last_error to last_error, client_last_errno to last_errno. |
||
|---|---|---|
| .. | ||
| angel.cc | ||
| angel.h | ||
| buffer.cc | ||
| buffer.h | ||
| CMakeLists.txt | ||
| command.cc | ||
| command.h | ||
| commands.cc | ||
| commands.h | ||
| exit_codes.h | ||
| guardian.cc | ||
| guardian.h | ||
| IMService.cpp | ||
| IMService.h | ||
| instance.cc | ||
| instance.h | ||
| instance_map.cc | ||
| instance_map.h | ||
| instance_options.cc | ||
| instance_options.h | ||
| listener.cc | ||
| listener.h | ||
| log.cc | ||
| log.h | ||
| Makefile.am | ||
| manager.cc | ||
| manager.h | ||
| messages.cc | ||
| messages.h | ||
| mysql_connection.cc | ||
| mysql_connection.h | ||
| mysql_manager_error.h | ||
| mysqlmanager.cc | ||
| mysqlmanager.vcproj | ||
| options.cc | ||
| options.h | ||
| parse.cc | ||
| parse.h | ||
| parse_output.cc | ||
| parse_output.h | ||
| portability.h | ||
| priv.cc | ||
| priv.h | ||
| protocol.cc | ||
| protocol.h | ||
| README | ||
| thread_registry.cc | ||
| thread_registry.h | ||
| user_management_commands.cc | ||
| user_management_commands.h | ||
| user_map.cc | ||
| user_map.h | ||
| WindowsService.cpp | ||
| WindowsService.h | ||
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.