mariadb/server-tools/instance-manager
unknown 230eab3c68 Some changes to make it possible to build for Windows with CMake from
a normal 'make dist' source .tar.gz.


libmysql/mytest.c:
  bk cp VC++Files/libmysqltest/mytest.c libmysql/mytest.c
sql/message.mc:
  bk cp VC++Files/sql/message.mc sql/message.mc
Makefile.am:
  Add Windows CMake stuff.
client/Makefile.am:
  Add extra files needed for CMake Windows build.
cmakelists.txt:
  Fix subdir order to make CMake dependency calculations happy.
configure.in:
  Add extra files needed for CMake Windows build.
extra/Makefile.am:
  Add extra files needed for CMake Windows build.
extra/yassl/Makefile.am:
  Add extra files needed for CMake Windows build.
libmysql/Makefile.am:
  Add extra files needed for CMake Windows build.
libmysql/cmakelists.txt:
  Move mytest.c to a more sensible location.
libmysqld/Makefile.am:
  Add extra files needed for CMake Windows build.
mysys/Makefile.am:
  Add extra files needed for CMake Windows build.
regex/Makefile.am:
  Add extra files needed for CMake Windows build.
server-tools/instance-manager/Makefile.am:
  Add extra files needed for CMake Windows build.
sql/Makefile.am:
  Add extra files needed for CMake Windows build.
sql/cmakelists.txt:
  Move message.mc to a more sensible location.
  Add some dependencies to avoid a stale handlerton.cc.
storage/archive/Makefile.am:
  Add extra files needed for CMake Windows build.
storage/bdb/Makefile.in:
  Add extra files needed for CMake Windows build.
storage/example/Makefile.am:
  Add extra files needed for CMake Windows build.
storage/heap/Makefile.am:
  Add extra files needed for CMake Windows build.
storage/innobase/Makefile.am:
  Add extra files needed for CMake Windows build.
storage/innobase/include/univ.i:
  Avoid including Unix config in Windows build.
storage/myisam/Makefile.am:
  Add extra files needed for CMake Windows build.
storage/myisammrg/Makefile.am:
  Add extra files needed for CMake Windows build.
strings/Makefile.am:
  Add extra files needed for CMake Windows build.
tests/Makefile.am:
  Add extra files needed for CMake Windows build.
vio/Makefile.am:
  Add extra files needed for CMake Windows build.
zlib/Makefile.am:
  Add extra files needed for CMake Windows build.
2006-03-24 22:50:56 +01:00
..
buffer.cc
buffer.h
cmakelists.txt Fix Windows CMake compilation after merge of Magnuses ssl patch. 2006-03-16 16:57:24 +01:00
command.cc
command.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
commands.cc Merge mysql.com:/home/cps/mysql/devel/5.0-mike 2006-02-10 21:03:49 +03:00
commands.h
guardian.cc Fix race condition: instance map wasn't locked for the 2006-02-21 15:57:56 +03:00
guardian.h
IMService.cpp
IMService.h
instance.cc a bunch of IM fixes from the GUI team 2006-02-10 02:15:55 +03:00
instance.h
instance_map.cc Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-02-21 15:59:41 +03:00
instance_map.h Fix race condition: instance map wasn't locked for the 2006-02-21 15:57:56 +03:00
instance_options.cc IM changes by GUI team: add a version_no column to the 2006-02-10 03:35:07 +03:00
instance_options.h
listener.cc relying on loop counter variables being local to the loop body if 2006-03-14 11:13:41 +01:00
listener.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
log.cc
log.h
Makefile.am Some changes to make it possible to build for Windows with CMake from 2006-03-24 22:50:56 +01:00
manager.cc Fix race condition: instance map wasn't locked for the 2006-02-21 15:57:56 +03:00
manager.h
messages.cc
messages.h
mysql_connection.cc
mysql_connection.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
mysql_manager_error.h
mysqlmanager.cc a bunch of IM fixes from the GUI team 2006-02-10 02:15:55 +03:00
mysqlmanager.vcproj
options.cc Fix for Bug #12674 "Instance Manager: IM doesn't handle client 2006-02-21 15:32:52 +03:00
options.h a bunch of IM fixes from the GUI team 2006-02-10 02:15:55 +03:00
parse.cc Add a shift in the parser. Forgotten in the previous commit. 2006-02-18 03:22:13 +03:00
parse.h
parse_output.cc make the IM compile on Windows 2005-11-02 09:30:01 -06:00
parse_output.h
portability.h a bunch of IM fixes from the GUI team 2006-02-10 02:15:55 +03:00
priv.cc a bunch of IM fixes from the GUI team 2006-02-10 02:15:55 +03:00
priv.h Fix for Bug #12674 "Instance Manager: IM doesn't handle client 2006-02-21 15:32:52 +03:00
protocol.cc
protocol.h
README
thread_registry.cc fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
thread_registry.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
user_map.cc
user_map.h fix compilation failure on serg's box: we shouldn't 2005-10-19 00:31:00 +04:00
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.