kent@mysql.com/kent-amd64.(none)
226a5c833f
Many files:
...
Changed header to GPL version 2 only
2006-12-23 20:17:15 +01:00
msvensson@neptunus.(none)
d2ebe6be03
Bug #22379 im_daemon_life_cycle.test fails on merge of 5.1 -> 5.1-engines
...
Remove race situations that occur when removing pidfiles. Primarily each process should remove its own
pidfile, secondly it should be removed by the process that created it and _only_ if it's
certain the process is dead. Third, mysql-test-run.pl will remove the pidfile when process has been killed.
- Set state of an instance to STARTING _before_ calling instance->start()
- Check that pidfile of instance has been created before changing STARTING => STARTED
- Only remove the pidfile if IM kills an instance with SIGKILL, otherwise the instance will remove it itself
2006-09-25 09:28:52 +02:00
knielsen@mysql.com
98a5cdfe4c
BUG#20622: Fix one-byte buffer overrun in IM directory string handling.
...
The problem was a call to convert_dirname() with a destination buffer
that did not have room for the trailing slash added by that function.
This could cause the instance manager to crash in some cases.
2006-06-23 14:50:02 +02:00
msvensson@neptunus.(none)
a0a8a711d6
Bug#19362 im_daemon_lifecycle fails when built from source distribution
...
- Add function "mysqld_real_path" which is needed if the mysqld_path is a symlink or a script(like libtool) that executes the real mysqld.
- Add new variable mysqld_real_path
- Use mysqld_real_path from fill_instance_version
2006-04-26 12:45:22 +02:00
reggie@fedora.(none)
52eb44b042
make the IM compile on Windows
2005-11-02 09:30:01 -06:00
reggie@fedora.(none)
e3ff45d61e
more refinement of IM patch to fix Windows pathnames with spaces
2005-11-02 06:51:44 -06:00
reggie@fedora.(none)
27e8da7985
improved previous changeset per JimW's review
2005-10-31 13:31:07 -05:00
reggie@fedora.(none)
53089ec4e4
fix some issues with IM and long pathnames (with spaces)
2005-10-31 13:31:06 -05:00
jani@a193-229-222-105.elisa-laajakaista.fi
8d3036c35e
Some minor fixes revealed as warnings by
...
Intel compiler.
2005-09-23 21:28:56 +03:00
jani@a193-229-222-105.elisa-laajakaista.fi
acf218b708
Several fixes revelaled by Intel compiler.
2005-09-23 16:47:08 +03:00
reggie@ubuntu.(none)
31be8fb694
fixed the service bits of the IM
2005-09-13 14:53:19 -05:00
konstantin@mysql.com
344144ad14
Cleanup the instance manager code.
2005-08-29 23:29:35 +04:00
petr@mysql.com
5605117d4d
Fix for BUG#10957 "stop instance, issued after flush instances causes IM to crash"
...
Recommited with post-review fixes
2005-08-19 17:19:12 +04:00
petr@mysql.com
a2331d37b6
several fixes to the previous patch
2005-06-07 17:57:20 +04:00
petr@mysql.com
65d79b9d83
post-review fixes
2005-06-07 15:47:02 +04:00
petr@mysql.com
c7581758ec
fix IM to display version string in "show instance status" (Bug #10229 )
2005-06-01 04:40:22 +04:00
kent@mysql.com
72ce7299a9
commands.cc, parse.h, parse.cc, instance_options.cc:
...
Prefix enum symbols LOG_* with IM_, not to clash with system headers
2005-05-18 12:34:38 +02:00
petr@mysql.com
180d0ed620
post-review fixes
2005-05-16 01:54:02 +04:00
petr@mysql.com
83f9ee0786
WL#2246 "IM: Add ability to change instance options, add server logs handling" ported to the
...
current version of the IM
2005-04-09 14:28:39 +04:00
petr@mysql.com
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
petr@mysql.com
912dfdfa34
post-review fixes + cleanup + some minor fixes
2005-02-27 18:41:34 +03:00
petr@mysql.com
dbc0937dd0
made IM to work with --defaults-file smoothly
2005-02-18 14:58:30 +03:00
petr@mysql.com
59d8e51150
some more cleanups and fixes
2005-02-15 04:38:33 +03:00
petr@mysql.com
bb8e5b6227
various fixes
2005-02-13 15:13:33 +03:00
petr@mysql.com
6b50b5b087
Post-review fixes + some bugs fixed + several minor features
2005-02-11 14:21:59 +03:00
petr@mysql.com
321c53d9d8
Fixed setup scripts to use mysqlmanager instead of mysqld_safe
2005-02-05 10:15:34 +03:00
petr@mysql.com
63acf2a8be
Various fixes (cleanups, valgrind, makefiles, ...)
2005-02-03 20:48:58 +03:00
petr@mysql.com
84d5b3a332
more fixes for IM to substitude mysqld_safe in startup scripts
2005-01-31 23:54:08 +03:00
petr@mysql.com
ee08b749dd
IM mostly fixed according to Brian's directions. Will need to do some additional option handling and cleanups
2005-01-25 13:54:56 +03:00
petr@mysql.com
fdb3b0b6c1
cleanup
2004-12-29 00:13:32 +03:00
petr@mysql.com
d3dc041dd1
post-review fixes
2004-11-02 10:11:03 +03:00
petr@mysql.com
1e46fea310
minor post review fixes
2004-10-25 14:23:31 +04:00
petr@mysql.com
a8e2db4ecd
Intermediate commit - just to make new files visible to bk in the new
...
tree
2004-10-23 11:32:52 +04:00