| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed the service bits of the IM | unknown | 2005-09-13 | 10 | -31/+58 |
* | Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0 | unknown | 2005-09-13 | 2 | -36/+114 |
|\ |
|
| * | A few changes to fix compiling on Windows | unknown | 2005-09-06 | 2 | -36/+114 |
* | | options.cc: | unknown | 2005-09-10 | 1 | -1/+1 |
|/ |
|
* | Remove a no longer used header. | unknown | 2005-08-29 | 1 | -1/+0 |
* | Cleanup the instance manager code. | unknown | 2005-08-29 | 19 | -339/+157 |
* | Fix a -ansi -pedantic compile failure. | unknown | 2005-08-22 | 1 | -1/+1 |
* | Fix for BUG#10957 "stop instance, issued after flush instances causes IM to c... | unknown | 2005-08-19 | 3 | -101/+241 |
* | Clean up merge from 4.1 | unknown | 2005-08-15 | 1 | -1/+1 |
* | Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0 | unknown | 2005-08-10 | 4 | -64/+42 |
|\ |
|
| * | changes to IM code that came from Petr's review | unknown | 2005-08-09 | 3 | -7/+7 |
| * | fixed assignments to meet server coding guidelines | unknown | 2005-08-09 | 1 | -3/+3 |
| * | changes to IM that came from Petr and JimW's review. | unknown | 2005-08-09 | 3 | -63/+41 |
* | | removing trailing spaces | unknown | 2005-08-09 | 1 | -3/+3 |
* | | small corrections to the IM. | unknown | 2005-08-09 | 2 | -14/+15 |
|/ |
|
* | New "Instance Manager" code: | unknown | 2005-08-05 | 12 | -14/+15 |
* | post-review fix | unknown | 2005-08-05 | 1 | -4/+5 |
* | chmod -x new IM files | unknown | 2005-08-05 | 6 | -0/+0 |
* | IM port cleanup | unknown | 2005-08-05 | 8 | -227/+213 |
* | IM port fixes: fix crash on startup, add more error checking, get rid of unne... | unknown | 2005-08-05 | 8 | -46/+39 |
* | Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0 | unknown | 2005-08-04 | 25 | -218/+1231 |
|\ |
|
| * | alot of formatting changes that came out of JimW's review | unknown | 2005-08-03 | 10 | -202/+212 |
| * | initial import of Windows port of IM. | unknown | 2005-07-20 | 25 | -220/+1236 |
* | | Post-review fixes for WL#2713 "Change IM behaviour so, that it only reads and... | unknown | 2005-07-21 | 7 | -69/+29 |
* | | WL #2713 Change IM behaviour so, that it only reads and alters one config fil... | unknown | 2005-07-21 | 9 | -32/+105 |
|/ |
|
* | rename: store_to_string -> store_to_protocol_packet | unknown | 2005-06-15 | 3 | -48/+57 |
* | Fix for Bug #11200 show instance options returns garbage instead of log options | unknown | 2005-06-14 | 1 | -0/+3 |
* | several fixes to the previous patch | unknown | 2005-06-07 | 4 | -8/+10 |
* | post-review fixes | unknown | 2005-06-07 | 10 | -57/+60 |
* | fix IM to display version string in "show instance status" (Bug #10229) | unknown | 2005-06-01 | 7 | -35/+129 |
* | Merge mysql.com:/home/jimw/my/mysql-5.0-build | unknown | 2005-05-18 | 4 | -12/+12 |
|\ |
|
| * | commands.cc, parse.h, parse.cc, instance_options.cc: | unknown | 2005-05-18 | 4 | -12/+12 |
* | | New file default_modify.c. Fixed a typo on mysqld.cc | unknown | 2005-05-18 | 1 | -2/+2 |
* | | fix for compilation problem with --with-openssl reported by Guilhem | unknown | 2005-05-18 | 1 | -1/+2 |
* | | fix comments | unknown | 2005-05-18 | 1 | -1/+1 |
|/ |
|
* | Merge | unknown | 2005-05-16 | 24 | -188/+1071 |
|\ |
|
| * | post-review fixes | unknown | 2005-05-16 | 20 | -438/+320 |
| * | merge | unknown | 2005-04-21 | 15 | -41/+1042 |
| |\ |
|
| | * | WL#2246 "IM: Add ability to change instance options, add server logs handling... | unknown | 2005-04-09 | 15 | -47/+1052 |
* | | | yassl changeset 2: | unknown | 2005-04-30 | 1 | -3/+0 |
|/ / |
|
* | | Merge mysqldev@production.mysql.com:my/mysql-5.0-build | unknown | 2005-04-11 | 3 | -9/+15 |
|\ \ |
|
| * | | make server logs less frightening, when using IM | unknown | 2005-04-11 | 1 | -2/+2 |
| * | | Fix for bug #9808 | unknown | 2005-04-11 | 1 | -6/+12 |
| * | | Fix for Bug #9589 | unknown | 2005-04-11 | 1 | -1/+1 |
| |/ |
|
* | | Enable IM in the binary distribution and fix Bug #9513 (mysql.server script f... | unknown | 2005-04-04 | 1 | -1/+1 |
|/ |
|
* | Revert the inclusion of 'signal.h' as the module contains 'kill()'. | unknown | 2005-03-22 | 1 | -0/+1 |
* | Fix for AIX compilation failure: sacred knowledge of my_global.h nature (it s... | unknown | 2005-03-22 | 23 | -43/+55 |
* | fix to avoid relinking on each "make" | unknown | 2005-03-02 | 1 | -2/+2 |
* | portability fix | unknown | 2005-02-28 | 1 | -0/+1 |
* | post-review fixes + cleanup + some minor fixes | unknown | 2005-02-27 | 16 | -90/+206 |