mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 07:45:32 +02:00
Don't assert if my_thread_end() is called twice (common case) client/mysql.cc: Removed not used variables client/mysqldump.c: Fixed compiler warnings client/mysqltest.c: Fixed compiler warnings cmd-line-utils/readline/bind.c: Fixed compiler warnings cmd-line-utils/readline/histfile.c: Fixed compiler warnings extra/replace.c: Fixed compiler warning on windows extra/yassl/taocrypt/include/algebra.hpp: Fixed compiler warnings heap/hp_write.c: Fixed compiler warnings innobase/os/os0file.c: Fixed compiler warnings libmysql/libmysql.c: Call my_end()/my_thread_end last. my_end() calls free_charsets(), which allowed me to move the call myisam/myisampack.c: Fixed compiler warnings myisammrg/myrg_rkey.c: Fixed compiler warnings mysys/my_thr_init.c: More comments Don't assert if my_thread_end() is called twice (common case) ndb/src/mgmapi/mgmapi.cpp: Fixed compiler warnings ndb/src/ndbapi/Ndb.cpp: Fixed compiler warnings ndb/src/ndbapi/NdbScanOperation.cpp: Fixed compiler warnings ndb/src/ndbapi/NdbTransaction.cpp: Fixed compiler warnings ndb/src/ndbapi/Ndblist.cpp: Fixed compiler warnings server-tools/instance-manager/guardian.cc: Removed not used variable server-tools/instance-manager/portability.h: Removed duplicated symbol sql/gen_lex_hash.cc: Fixed compiler warning sql/ha_archive.cc: Fixed compiler warnings sql/ha_ndbcluster.cc: Fixed compiler warnings sql/mysqld.cc: Fixed compiler warnings sql/sql_cache.cc: Fixed compiler warnings Fixed DBUG_PRINT strings to be consistent with 5.1 sql/tztime.cc: Fixed compiler warnings sql/uniques.cc: Fixed compiler warnings |
||
|---|---|---|
| .. | ||
| buffer.cc | ||
| buffer.h | ||
| CMakeLists.txt | ||
| command.cc | ||
| command.h | ||
| commands.cc | ||
| commands.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_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.