Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug#19362 im_daemon_lifecycle fails when built from source distribution | msvensson@neptunus.(none) | 2006-04-26 | 2 | -3/+61 |
| | | | | | | - 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 | ||||
* | Makefile.am: | kent@mysql.com | 2006-03-03 | 1 | -5/+6 |
| | | | | Use libtool convenience lib, to access get_password object correctly, bug#17155 | ||||
* | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 | petr@mysql.com | 2006-02-21 | 4 | -39/+85 |
|\ | | | | | | | into mysql.com:/home/cps/mysql/devel/im/5.0-im-fix-race | ||||
| * | Fix race condition: instance map wasn't locked for the | petr@mysql.com | 2006-02-21 | 4 | -39/+85 |
| | | | | | | | | | | | | duration of the whole 'flush instances'. As a consequence, it was possible to query instance map, while it is in the inconsistent state. The patch was reworked after review. | ||||
* | | Fix for Bug #12674 "Instance Manager: IM doesn't handle client | petr@mysql.com | 2006-02-21 | 2 | -0/+8 |
| | | | | | | | | | | connections correctly". Recommit with the max timeout value in sync with the comment. | ||||
* | | Add a shift in the parser. Forgotten in the previous commit. | petr@mysql.com | 2006-02-18 | 1 | -0/+1 |
| | | |||||
* | | fix Bug#12813 "Instance Manager: START/STOP INSTANCE | petr@mysql.com | 2006-02-14 | 1 | -7/+10 |
| | | | | | | | | commands accept a list as argument" | ||||
* | | a bunch of IM fixes from the GUI team | petr@mysql.com | 2006-02-10 | 11 | -16/+52 |
|/ | |||||
* | merged | serg@serg.mylan | 2006-01-03 | 1 | -1/+1 |
|\ | |||||
| * | many warnings (practically safe but annoying) corrected | serg@serg.mylan | 2006-01-03 | 1 | -1/+1 |
| | | |||||
* | | locking issues, | serg@serg.mylan | 2005-12-23 | 1 | -0/+3 |
|/ | | | | test for LONGLONG_MIN in decimal.c | ||||
* | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 | kent@mysql.com | 2005-11-19 | 1 | -4/+4 |
|\ | | | | | | | into mysql.com:/Users/kent/mysql/bk/mysql-5.0-distcheck | ||||
| * | Additional "make distcheck" changes specific to 5.0 | kent@mysql.com | 2005-11-09 | 1 | -4/+4 |
| | | |||||
* | | Provide a default "minimum thread stack size" PTHREAD_STACK_MIN where it is ↵ | joerg@mysql.com | 2005-11-10 | 1 | -0/+3 |
|/ | | | | | | missing. (Currently, affects only BSD with Linuxthreads) | ||||
* | make the IM compile on Windows | reggie@fedora.(none) | 2005-11-02 | 4 | -6/+7 |
| | |||||
* | more refinement of IM patch to fix Windows pathnames with spaces | reggie@fedora.(none) | 2005-11-02 | 2 | -9/+8 |
| | |||||
* | improved previous changeset per JimW's review | reggie@fedora.(none) | 2005-10-31 | 2 | -12/+12 |
| | |||||
* | fix some issues with IM and long pathnames (with spaces) | reggie@fedora.(none) | 2005-10-31 | 2 | -6/+21 |
| | |||||
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | msvensson@neptunus.(none) | 2005-10-28 | 4 | -10/+50 |
|\ | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0 | ||||
| * | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 | petr@mysql.com | 2005-10-28 | 4 | -9/+49 |
| |\ | | | | | | | | | | into mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin | ||||
| | * | fix Bug #14103 IM tests fail on SCO | petr@mysql.com | 2005-10-28 | 4 | -9/+49 |
| | | | |||||
| * | | fix a typo | petr@mysql.com | 2005-10-28 | 1 | -1/+1 |
| |/ | |||||
* | | Merge neptunus.(none):/home/msvensson/mysql/bug12985/my50-bug12985 | msvensson@neptunus.(none) | 2005-10-28 | 1 | -2/+2 |
|\ \ | |/ |/| | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0 | ||||
| * | Bug #12985 Do-mysqlclient-test: Can't find -lyassl when linking | msvensson@neptunus.(none) | 2005-10-18 | 1 | -2/+2 |
| | | | | | | | | | | - Use yassl_includes and yassl_libs instead of openssl_includes and openssl_libs to avoid that mysql_config returns that libyassl and libtaocrypt are needed for linking. | ||||
* | | Fix for Bug #14388 "IM eats 99% CPU" | petr@mysql.com | 2005-10-27 | 1 | -2/+6 |
| | | |||||
* | | Added a comment re Bug#14164 | petr@mysql.com | 2005-10-27 | 1 | -0/+6 |
| | | |||||
* | | fix issue with IM that causes commandlines that are executed to be incorrect. | reggie@big_geek. | 2005-10-25 | 1 | -1/+2 |
| | | |||||
* | | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 | petr@mysql.com | 2005-10-21 | 1 | -3/+13 |
|\ \ | | | | | | | | | | into mysql.com:/home/cps/mysql/trees/mysql-5.0 | ||||
| * | | Fix Bug#14107 (IM test failures on QNX) | petr@mysql.com | 2005-10-21 | 1 | -3/+13 |
| | | | | | | | | | | | | (v.2 with post-review fixes) | ||||
* | | | fix compilation failure on serg's box: we shouldn't | petr@mysql.com | 2005-10-19 | 7 | -21/+20 |
|/ / | | | | | | | | | use USE_PRAGMA_INTERFACE before include of my_global.h, where it is defined | ||||
* | | Fix im tests on powermacg5: temporarily fix for problem with Darwin kernels. ↵ | petr@mysql.com | 2005-10-17 | 1 | -0/+4 |
| | | | | | | | | | | | | For more details see bug 2030. Will push a proper fix later | ||||
* | | thread_registry.h, thread_registry.cc: | kent@mysql.com | 2005-10-16 | 2 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | | Add explicit Thread_info::Thread_info() and move both initializers out of class definition, to solve link problem on QNX Makefile.am: Preserve executable mode on scripts make_binary_distribution.sh: Copy *.imtest files | ||||
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | monty@mysql.com | 2005-10-12 | 2 | -5/+10 |
|\ \ | | | | | | | | | | into mysql.com:/home/my/mysql-5.0 | ||||
| * | | Reviewing new pushed code | monty@mysql.com | 2005-10-12 | 2 | -5/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - CHAR() now returns binary string as default - CHAR(X*65536+Y*256+Z) is now equal to CHAR(X,Y,Z) independent of the character set for CHAR() - Test for both ETIMEDOUT and ETIME from pthread_cond_timedwait() (Some old systems returns ETIME and it's safer to test for both values than to try to write a wrapper for each old system) - Fixed new introduced bug in NOT BETWEEN X and X - Ensure we call commit_by_xid or rollback_by_xid for all engines, even if one engine has failed - Use octet2hex() for all conversion of string to hex - Simplify and optimize code | ||||
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | serg@serg.mylan | 2005-10-08 | 7 | -41/+7 |
|\ \ \ | |/ / |/| | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-5.0 | ||||
| * | | pthread_handler_decl() changed to be ctags-friendly | serg@serg.mylan | 2005-10-08 | 7 | -41/+7 |
| | | | | | | | | | | | | (and contain extern "C" when necessary) | ||||
* | | | fix compile failure (which shows up in cygwin environment) | petr@mysql.com | 2005-10-07 | 2 | -2/+2 |
|/ / | |||||
* | | Some fixes including implicit declaration of a function, | jani@ua141d10.elisa.omakaista.fi | 2005-10-04 | 1 | -3/+2 |
| | | | | | | | | using wrong type in assignment etc. | ||||
* | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-09-30 | 24 | -31/+30 |
|\ \ | | | | | | | | | | into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0-icc | ||||
| * | | Small fixes. | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-09-30 | 1 | -2/+2 |
| | | | |||||
| * | | Some minor fixes revealed as warnings by | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-09-23 | 23 | -23/+22 |
| | | | | | | | | | | | | Intel compiler. | ||||
| * | | Several fixes revelaled by Intel compiler. | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-09-23 | 2 | -8/+8 |
| | | | |||||
* | | | portability.h: | kent@mysql.com | 2005-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Corrected OpenServer ifdef test Makefile.am: Added test-pl and test-force-pl targets | ||||
* | | | portability.h: | kent@mysql.com | 2005-09-27 | 1 | -0/+4 |
|/ / | | | | | | | Define SHUT_RDWR for OpenServer 5 | ||||
* | | Merge mysqldev@production.mysql.com:my/mysql-5.0-release | konstantin@mysql.com | 2005-09-23 | 1 | -2/+2 |
|\ \ | | | | | | | | | | into mysql.com:/opt/local/work/mysql-5.0-root | ||||
| * | | some last minute Windows compile fixes and makefile corrections | reggie@fedora.(none) | 2005-09-15 | 1 | -2/+2 |
| | | | |||||
* | | | fix warnings | petr@mysql.com | 2005-09-20 | 4 | -5/+8 |
|/ / | |||||
* | | fixed the service bits of the IM | reggie@ubuntu.(none) | 2005-09-13 | 10 | -31/+58 |
| | | |||||
* | | Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0 | reggie@linux.site | 2005-09-13 | 2 | -36/+114 |
|\ \ | |/ |/| | | | into linux.site:/home/reggie/bk/mysql-5.0-new | ||||
| * | A few changes to fix compiling on Windows | reggie@linux.site | 2005-09-06 | 2 | -36/+114 |
| | |