mariadb/server-tools/instance-manager
unknown 50bd97a943 Fixed compiler warnings (for linux and win32 and win64)
Fixed a couple of usage of not initialized warnings (unlikely cases)


client/mysqldump.c:
  Fixed compiler warnings from 'max' build
client/mysqltest.c:
  Removed compiler warnings
cmd-line-utils/readline/xmalloc.c:
  Fixed compiler warnings from 'max' build
extra/comp_err.c:
  Fixed compiler warnings from 'max' build
extra/yassl/include/openssl/ssl.h:
  Changed prototype for SSL_set_fd() to fix compiler warnings (and possible errors) on windows 64 bit
extra/yassl/include/socket_wrapper.hpp:
  Moved socket_t to ssl.h, to be able to removed compiler warnings on windows 64 bit
extra/yassl/src/ssl.cpp:
  Changed prototype for SSL_set_fd() to fix compiler warnings (and possible errors) on windows 64 bit
extra/yassl/taocrypt/src/integer.cpp:
  Fixed compiler warnings
include/my_global.h:
  Added my_offsetof() macro from 5.1 to get rid of compiler warnings
innobase/include/ut0byte.ic:
  Fixed compiler warnings on win64
innobase/include/ut0ut.ic:
  Fixed compiler warnings on win64
libmysql/libmysql.def:
  Fixed compiler warnings on win64
myisam/mi_packrec.c:
  Fixed compiler warnings on win64
myisam/myisamchk.c:
  Fixed compiler warnings from 'max' build
mysys/base64.c:
  Fixed compiler warnings on win64
mysys/mf_keycache.c:
  Fixed compiler warnings from 'max' build
mysys/my_getopt.c:
  Fixed compiler warnings from 'max' build
mysys/my_init.c:
  Fixed compiler warnings from 'max' build
mysys/my_thr_init.c:
  Fixed compiler warnings
mysys/ptr_cmp.c:
  Fixed compiler warnings from 'max' build
ndb/include/kernel/signaldata/DictTabInfo.hpp:
  Fixed compiler warnings
server-tools/instance-manager/mysql_connection.cc:
  Fixed compiler warnings
server-tools/instance-manager/mysqlmanager.cc:
  Fixed compiler warnings
sql/filesort.cc:
  Initalize variable that was used unitialized in error conditions
sql/ha_berkeley.cc:
  Moved get_auto_primary_key() here as int5store() gives (wrong) compiler warnings in win64
sql/ha_berkeley.h:
  Moved get_auto_primary_key() to ha_berkeley.cc
sql/ha_innodb.cc:
  Fixed compiler warnings
sql/item.cc:
  Fixed compiler warnings from 'max' build
sql/item_timefunc.cc:
  Fixed compiler warnings
sql/mysqld.cc:
  Fixed compiler warnings
sql/sql_acl.cc:
  Fixed compiler warnings from 'max' build
sql/sql_base.cc:
  Fixed compiler warnings from 'max' build
sql/sql_insert.cc:
  Initialize variable that may be used unitialized on error conditions (not fatal)
sql/sql_prepare.cc:
  Fixed compiler warnings from 'max' build
sql/sql_select.cc:
  Fixed compiler warnings
sql/sql_show.cc:
  Fixed compiler warnings
sql/udf_example.def:
  Fixed compiler warnings on win64
sql/unireg.cc:
  Initialize variable that may be used unitialized on error conditions
strings/ctype-ucs2.c:
  Fixed compiler warnings
strings/ctype-utf8.c:
  Fixed compiler warnings
strings/decimal.c:
  Fixed compiler warnings
support-files/compiler_warnings.supp:
  Ignore warnings from sql_yacc.cc that are hard to remove
  Ignore some not important warnings from windows 64 bit build
tools/mysqlmanager.c:
  Fixed compiler warnings
2007-02-22 16:59:57 +02:00
..
buffer.cc Many files: 2006-12-23 20:17:15 +01:00
buffer.h Many files: 2006-12-23 20:17:15 +01:00
CMakeLists.txt my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
command.cc Many files: 2006-12-23 20:17:15 +01:00
command.h Many files: 2006-12-23 20:17:15 +01:00
commands.cc Many files: 2006-12-23 20:17:15 +01:00
commands.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
guardian.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
guardian.h Many files: 2006-12-23 20:17:15 +01:00
IMService.cpp my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
IMService.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
instance.cc Merge siva.hindu.god:/usr/home/tim/m/bk/g50 2006-12-26 22:28:28 -07:00
instance.h Many files: 2006-12-23 20:17:15 +01:00
instance_map.cc Many files: 2006-12-23 20:17:15 +01:00
instance_map.h Many files: 2006-12-23 20:17:15 +01:00
instance_options.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
instance_options.h Many files: 2006-12-23 20:17:15 +01:00
listener.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-11 21:59:28 +03:00
listener.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
log.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
log.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
Makefile.am Many files: 2006-12-23 20:17:15 +01:00
manager.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
manager.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
messages.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
messages.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
mysql_connection.cc Fixed compiler warnings (for linux and win32 and win64) 2007-02-22 16:59:57 +02:00
mysql_connection.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
mysql_manager_error.h Many files: 2006-12-23 20:17:15 +01:00
mysqlmanager.cc Fixed compiler warnings (for linux and win32 and win64) 2007-02-22 16:59:57 +02:00
mysqlmanager.vcproj mysqlmanager.vcproj: 2006-07-22 02:00:33 +02:00
options.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
options.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
parse.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
parse.h Many files: 2006-12-23 20:17:15 +01:00
parse_output.cc Many files: 2006-12-23 20:17:15 +01:00
parse_output.h Many files: 2006-12-23 20:17:15 +01:00
portability.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
priv.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
priv.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
protocol.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
protocol.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
README First implementation of instance-manager carcass: 2003-08-16 21:44:24 +04:00
thread_registry.cc my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
thread_registry.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
user_map.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
user_map.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2007-01-22 14:04:40 +02:00
WindowsService.cpp my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
WindowsService.h my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00

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.