1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-08 17:02:21 +03:00
Files
mariadb/server-tools/instance-manager
unknown bcc1ecd37b locking issues,
test for LONGLONG_MIN in decimal.c


myisam/mi_create.c:
  lock THR_LOCK_myisam later
mysys/thr_alarm.c:
  remove misplaced comment and "safety" if()
server-tools/instance-manager/instance.cc:
  add unlock
strings/decimal.c:
  correct the test for LONGLONG_MIN. fix debug sprintf
2005-12-23 20:50:28 +01:00
..
2005-09-20 03:14:07 +04:00
2005-09-13 14:53:19 -05:00
2005-09-13 14:53:19 -05:00
2005-12-23 20:50:28 +01:00
2005-08-05 20:44:52 +02:00
2005-10-28 14:29:46 +04:00
2005-05-16 01:54:02 +04:00
2005-05-16 01:54:02 +04:00
2005-11-02 09:30:01 -06:00
2005-08-29 23:29:35 +04:00
2005-08-29 23:29:35 +04:00
2005-09-29 19:37:03 +02:00
2005-11-02 09:30:01 -06: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.