1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-24 14:48:09 +03:00
Files
mariadb/server-tools/instance-manager
unknown 604c12b466 thread_registry.cc:
Disable assert causing bug # 28030 temporarily, since it's non-critical, and the bug have been filed


server-tools/instance-manager/thread_registry.cc:
  Disable assert causing bug # 28030 temporarily, since it's non-critical, and the bug have been filed
2007-04-25 12:08:12 +02:00
..
2007-03-01 16:39:00 -07:00
2006-12-23 20:17:15 +01:00
2006-12-27 02:23:51 +01:00
2007-02-23 13:13:55 +02:00
2007-02-23 13:13:55 +02:00
2007-02-22 22:56:43 +03:00
2006-12-31 01:02:27 +01:00
2007-02-23 13:13:55 +02:00
2007-03-19 16:18:10 +01:00
2007-01-27 03:46:45 +02:00
2007-04-25 12:08:12 +02:00
2006-12-31 02:29:11 +01:00
2006-12-27 02:23:51 +01:00
2007-02-27 19:31:49 +02:00
2007-02-20 20:31:16 +03: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.