summaryrefslogtreecommitdiff
path: root/server-tools
Commit message (Collapse)AuthorAgeFilesLines
* Provide a default "minimum thread stack size" PTHREAD_STACK_MIN where it is ↵joerg@mysql.com2005-11-101-0/+3
| | | | | | missing. (Currently, affects only BSD with Linuxthreads)
* make the IM compile on Windowsreggie@fedora.(none)2005-11-024-6/+7
|
* more refinement of IM patch to fix Windows pathnames with spacesreggie@fedora.(none)2005-11-022-9/+8
|
* improved previous changeset per JimW's reviewreggie@fedora.(none)2005-10-312-12/+12
|
* fix some issues with IM and long pathnames (with spaces)reggie@fedora.(none)2005-10-312-6/+21
|
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0msvensson@neptunus.(none)2005-10-284-10/+50
|\ | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0
| * Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0petr@mysql.com2005-10-284-9/+49
| |\ | | | | | | | | | into mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
| | * fix Bug #14103 IM tests fail on SCOpetr@mysql.com2005-10-284-9/+49
| | |
| * | fix a typopetr@mysql.com2005-10-281-1/+1
| |/
* | Merge neptunus.(none):/home/msvensson/mysql/bug12985/my50-bug12985msvensson@neptunus.(none)2005-10-281-2/+2
|\ \ | |/ |/| | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0
| * Bug #12985 Do-mysqlclient-test: Can't find -lyassl when linkingmsvensson@neptunus.(none)2005-10-181-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.com2005-10-271-2/+6
| |
* | Added a comment re Bug#14164petr@mysql.com2005-10-271-0/+6
| |
* | fix issue with IM that causes commandlines that are executed to be incorrect.reggie@big_geek.2005-10-251-1/+2
| |
* | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0petr@mysql.com2005-10-211-3/+13
|\ \ | | | | | | | | | into mysql.com:/home/cps/mysql/trees/mysql-5.0
| * | Fix Bug#14107 (IM test failures on QNX)petr@mysql.com2005-10-211-3/+13
| | | | | | | | | | | | (v.2 with post-review fixes)
* | | fix compilation failure on serg's box: we shouldn'tpetr@mysql.com2005-10-197-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.com2005-10-171-0/+4
| | | | | | | | | | | | For more details see bug 2030. Will push a proper fix later
* | thread_registry.h, thread_registry.cc:kent@mysql.com2005-10-162-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.0monty@mysql.com2005-10-122-5/+10
|\ \ | | | | | | | | | into mysql.com:/home/my/mysql-5.0
| * | Reviewing new pushed codemonty@mysql.com2005-10-122-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.0serg@serg.mylan2005-10-087-41/+7
|\ \ \ | |/ / |/| | | | | into serg.mylan:/usr/home/serg/Abk/mysql-5.0
| * | pthread_handler_decl() changed to be ctags-friendlyserg@serg.mylan2005-10-087-41/+7
| | | | | | | | | | | | (and contain extern "C" when necessary)
* | | fix compile failure (which shows up in cygwin environment)petr@mysql.com2005-10-072-2/+2
|/ /
* | Some fixes including implicit declaration of a function,jani@ua141d10.elisa.omakaista.fi2005-10-041-3/+2
| | | | | | | | using wrong type in assignment etc.
* | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0jani@a193-229-222-105.elisa-laajakaista.fi2005-09-3024-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.fi2005-09-301-2/+2
| | |
| * | Some minor fixes revealed as warnings byjani@a193-229-222-105.elisa-laajakaista.fi2005-09-2323-23/+22
| | | | | | | | | | | | Intel compiler.
| * | Several fixes revelaled by Intel compiler.jani@a193-229-222-105.elisa-laajakaista.fi2005-09-232-8/+8
| | |
* | | portability.h:kent@mysql.com2005-09-291-1/+1
| | | | | | | | | | | | | | | | | | Corrected OpenServer ifdef test Makefile.am: Added test-pl and test-force-pl targets
* | | portability.h:kent@mysql.com2005-09-271-0/+4
|/ / | | | | | | Define SHUT_RDWR for OpenServer 5
* | Merge mysqldev@production.mysql.com:my/mysql-5.0-releasekonstantin@mysql.com2005-09-231-2/+2
|\ \ | | | | | | | | | into mysql.com:/opt/local/work/mysql-5.0-root
| * | some last minute Windows compile fixes and makefile correctionsreggie@fedora.(none)2005-09-151-2/+2
| | |
* | | fix warningspetr@mysql.com2005-09-204-5/+8
|/ /
* | fixed the service bits of the IMreggie@ubuntu.(none)2005-09-1310-31/+58
| |
* | Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0reggie@linux.site2005-09-132-36/+114
|\ \ | |/ |/| | | into linux.site:/home/reggie/bk/mysql-5.0-new
| * A few changes to fix compiling on Windowsreggie@linux.site2005-09-062-36/+114
| |
* | options.cc:paul@frost.snake.net2005-09-101-1/+1
|/ | | | Fix typo.
* Remove a no longer used header.konstantin@mysql.com2005-08-291-1/+0
|
* Cleanup the instance manager code.konstantin@mysql.com2005-08-2919-339/+157
|
* Fix a -ansi -pedantic compile failure.konstantin@mysql.com2005-08-221-1/+1
|
* Fix for BUG#10957 "stop instance, issued after flush instances causes IM to ↵petr@mysql.com2005-08-193-101/+241
| | | | | | crash" Recommited with post-review fixes
* Clean up merge from 4.1jimw@mysql.com2005-08-151-1/+1
|
* Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0reggie@linux.site2005-08-104-64/+42
|\ | | | | | | into linux.site:/home/reggie/bk/mysql-5.0-new
| * changes to IM code that came from Petr's reviewreggie@linux.site2005-08-093-7/+7
| |
| * fixed assignments to meet server coding guidelinesreggie@linux.site2005-08-091-3/+3
| |
| * changes to IM that came from Petr and JimW's review.reggie@linux.site2005-08-093-63/+41
| |
* | removing trailing spacesreggie@linux.site2005-08-091-3/+3
| |
* | small corrections to the IM.reggie@linux.site2005-08-092-14/+15
|/
* New "Instance Manager" code:joerg@mysql.com2005-08-0512-14/+15
| | | | | Rename "port.h" to "portability.h" to avoid conflict with system header file name, and include the file in "Makefile.am".