1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-05 12:42:17 +03:00
Commit Graph

30 Commits

Author SHA1 Message Date
8d3036c35e Some minor fixes revealed as warnings by
Intel compiler.
2005-09-23 21:28:56 +03:00
31be8fb694 fixed the service bits of the IM 2005-09-13 14:53:19 -05:00
c26dd3057c options.cc:
Fix typo.
2005-09-10 16:01:26 -05:00
344144ad14 Cleanup the instance manager code. 2005-08-29 23:29:35 +04:00
153ad3f687 changes to IM code that came from Petr's review 2005-08-09 07:57:40 -06:00
7fa1779d62 fixed assignments to meet server coding guidelines 2005-08-09 07:57:38 -06:00
2a00611f9c changes to IM that came from Petr and JimW's review. 2005-08-09 07:57:37 -06:00
294aa66d92 New "Instance Manager" code:
Rename "port.h" to "portability.h" to avoid conflict with system header file name,
and include the file in "Makefile.am".
2005-08-05 20:44:52 +02:00
22ccfb4d67 IM port cleanup 2005-08-05 17:02:06 +04:00
a64f264e4b IM port fixes: fix crash on startup, add more error checking, get rid of unnecessary code. 2005-08-05 14:35:30 +04:00
72c0a021e9 Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0
into  fedora.(none):/home/reggie/bk/im_patch
2005-08-04 09:33:44 -05:00
8cb3bd41c8 alot of formatting changes that came out of JimW's review 2005-08-03 16:20:27 -05:00
9644bc3e2b Post-review fixes for WL#2713 "Change IM behaviour so, that it only reads and alters one config file only." 2005-07-21 22:40:53 +04:00
b9fcdfbb0f WL #2713 Change IM behaviour so, that it only reads and alters one config file only.
Implemented on brian's request.
2005-07-21 14:21:23 +04:00
f3de5d6b69 initial import of Windows port of IM. 2005-07-20 10:55:40 -05:00
c7581758ec fix IM to display version string in "show instance status" (Bug #10229) 2005-06-01 04:40:22 +04:00
180d0ed620 post-review fixes 2005-05-16 01:54:02 +04:00
ace47c77be Fix for Bug #9589 2005-04-11 17:08:34 +04:00
b072eaa3da Fix for AIX compilation failure: sacred knowledge of my_global.h nature (it should be
included before any other include) was hidden from me.
2005-03-22 02:04:14 +03:00
27e614dc7f new variant of passwd() by S. Vojtovich 2005-02-18 15:23:55 +03:00
dbc0937dd0 made IM to work with --defaults-file smoothly 2005-02-18 14:58:30 +03:00
59d8e51150 some more cleanups and fixes 2005-02-15 04:38:33 +03:00
6b50b5b087 Post-review fixes + some bugs fixed + several minor features 2005-02-11 14:21:59 +03:00
1815de7b55 --user option added to mysqlmanager 2005-02-05 14:04:49 +03:00
63acf2a8be Various fixes (cleanups, valgrind, makefiles, ...) 2005-02-03 20:48:58 +03:00
84d5b3a332 more fixes for IM to substitude mysqld_safe in startup scripts 2005-01-31 23:54:08 +03:00
d2115d133d Some minor IM fixes 2004-11-15 14:53:30 +03:00
a8e2db4ecd Intermediate commit - just to make new files visible to bk in the new
tree
2004-10-23 11:32:52 +04:00
75a3c99c91 First implementation for signal handling and multi-threading:
safe shutdown and signal deliverence to all threads in 
the manager process
2003-08-19 19:55:20 +04:00
36ce7d5fd5 First implementation of instance-manager carcass:
logging, options, angel process.
2003-08-16 21:44:24 +04:00