joerg@mysql.com
74c57a6dc9
Provide a default "minimum thread stack size" PTHREAD_STACK_MIN where it is missing.
...
(Currently, affects only BSD with Linuxthreads)
2005-11-10 14:24:54 +01:00
kent@mysql.com
b269caecb1
Additional "make distcheck" changes specific to 5.0
2005-11-09 11:56:04 +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
msvensson@neptunus.(none)
74c39cc118
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
2005-10-28 13:51:42 +02:00
petr@mysql.com
27cb3d93c9
Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
2005-10-28 14:48:39 +04:00
petr@mysql.com
922cdfa025
fix Bug #14103 IM tests fail on SCO
2005-10-28 14:29:46 +04:00
msvensson@neptunus.(none)
68fa03258a
Merge neptunus.(none):/home/msvensson/mysql/bug12985/my50-bug12985
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
2005-10-28 11:45:30 +02:00
petr@mysql.com
314a33c864
fix a typo
2005-10-28 13:02:26 +04:00
petr@mysql.com
88e651d8d1
Fix for Bug #14388 "IM eats 99% CPU"
2005-10-27 15:54:01 +04:00
petr@mysql.com
be6bb43021
Added a comment re Bug#14164
2005-10-27 04:00:31 +04:00
reggie@big_geek.
2e637a0b36
fix issue with IM that causes commandlines that are executed to be incorrect.
2005-10-25 09:29:39 -05:00
petr@mysql.com
62317fb4ae
Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/cps/mysql/trees/mysql-5.0
2005-10-21 03:27:18 +04:00
petr@mysql.com
9e3d89b73e
Fix Bug#14107 (IM test failures on QNX)
...
(v.2 with post-review fixes)
2005-10-21 03:25:07 +04:00
petr@mysql.com
1f97d42b3d
fix compilation failure on serg's box: we shouldn't
...
use USE_PRAGMA_INTERFACE before include of my_global.h,
where it is defined
2005-10-19 00:31:00 +04:00
msvensson@neptunus.(none)
0684dc1342
Bug #12985 Do-mysqlclient-test: Can't find -lyassl when linking
...
- 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.
2005-10-18 15:43:59 +02:00
petr@mysql.com
5423ab00de
Fix im tests on powermacg5: temporarily fix for problem with Darwin kernels. For more details see
...
bug 2030. Will push a proper fix later
2005-10-17 05:14:03 +04:00
kent@mysql.com
85ab53357b
thread_registry.h, thread_registry.cc:
...
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
2005-10-16 06:49:19 +02:00
monty@mysql.com
5513ab69b7
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2005-10-12 00:59:52 +03:00
monty@mysql.com
f5fdf3e87a
Reviewing new pushed code
...
- 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
2005-10-12 00:58:22 +03:00
serg@serg.mylan
ba169f81e3
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
2005-10-08 16:59:41 +02:00
serg@serg.mylan
e91712d9bb
pthread_handler_decl() changed to be ctags-friendly
...
(and contain extern "C" when necessary)
2005-10-08 16:39:55 +02:00
petr@mysql.com
54db9bab7c
fix compile failure (which shows up in cygwin environment)
2005-10-07 20:25:51 +04:00
jani@ua141d10.elisa.omakaista.fi
17e87da298
Some fixes including implicit declaration of a function,
...
using wrong type in assignment etc.
2005-10-04 18:20:57 +03:00
jani@a193-229-222-105.elisa-laajakaista.fi
43b544a968
Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0-icc
2005-09-30 12:36:23 +03:00
jani@a193-229-222-105.elisa-laajakaista.fi
aa08fd0d0a
Small fixes.
2005-09-30 12:35:12 +03:00
kent@mysql.com
3b906e73d8
portability.h:
...
Corrected OpenServer ifdef test
Makefile.am:
Added test-pl and test-force-pl targets
2005-09-29 19:37:03 +02:00
kent@mysql.com
cef2b507c7
portability.h:
...
Define SHUT_RDWR for OpenServer 5
2005-09-27 08:28:56 +02: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
konstantin@mysql.com
2d4c54ba1b
Merge mysqldev@production.mysql.com:my/mysql-5.0-release
...
into mysql.com:/opt/local/work/mysql-5.0-root
2005-09-23 00:46:59 +04:00
petr@mysql.com
6168d0d52c
fix warnings
2005-09-20 03:14:07 +04:00
reggie@fedora.(none)
66e6453e2a
some last minute Windows compile fixes and makefile corrections
2005-09-15 14:32:01 -05:00
reggie@ubuntu.(none)
31be8fb694
fixed the service bits of the IM
2005-09-13 14:53:19 -05:00
reggie@linux.site
6985adffc1
Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into linux.site:/home/reggie/bk/mysql-5.0-new
2005-09-13 12:59:20 -06:00
paul@frost.snake.net
c26dd3057c
options.cc:
...
Fix typo.
2005-09-10 16:01:26 -05:00
reggie@linux.site
eced05c3cd
A few changes to fix compiling on Windows
2005-09-06 18:06:06 -06:00
konstantin@mysql.com
2c9db925fa
Remove a no longer used header.
2005-08-29 23:32:47 +04:00
konstantin@mysql.com
344144ad14
Cleanup the instance manager code.
2005-08-29 23:29:35 +04:00
konstantin@mysql.com
c75cfc358e
Fix a -ansi -pedantic compile failure.
2005-08-22 18:59:47 +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
jimw@mysql.com
68d5420d7c
Clean up merge from 4.1
2005-08-15 14:19:56 -07:00
reggie@linux.site
3e964a18d2
Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into linux.site:/home/reggie/bk/mysql-5.0-new
2005-08-10 05:02:37 -06:00
reggie@linux.site
153ad3f687
changes to IM code that came from Petr's review
2005-08-09 07:57:40 -06:00
reggie@linux.site
88ebfb5bc6
removing trailing spaces
2005-08-09 07:57:39 -06:00
reggie@linux.site
7fa1779d62
fixed assignments to meet server coding guidelines
2005-08-09 07:57:38 -06:00
reggie@linux.site
2a00611f9c
changes to IM that came from Petr and JimW's review.
2005-08-09 07:57:37 -06:00
reggie@linux.site
850f53bbf4
small corrections to the IM.
2005-08-09 07:57:36 -06:00
joerg@mysql.com
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
petr@mysql.com
ee6109e95f
post-review fix
2005-08-05 17:48:37 +04:00
petr@mysql.com
21a1f466ba
chmod -x new IM files
2005-08-05 17:09:02 +04:00
petr@mysql.com
22ccfb4d67
IM port cleanup
2005-08-05 17:02:06 +04:00
petr@mysql.com
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
reggie@fedora.(none)
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
reggie@fedora.(none)
8cb3bd41c8
alot of formatting changes that came out of JimW's review
2005-08-03 16:20:27 -05:00
petr@mysql.com
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
petr@mysql.com
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
reggie@fedora.(none)
f3de5d6b69
initial import of Windows port of IM.
2005-07-20 10:55:40 -05:00
petr@mysql.com
a9d376b42b
rename: store_to_string -> store_to_protocol_packet
2005-06-15 01:06:25 +04:00
petr@mysql.com
489598716a
Fix for Bug #11200 show instance options returns garbage instead of log options
2005-06-14 17:13:42 +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
jimw@mysql.com
6757a04e4c
Merge mysql.com:/home/jimw/my/mysql-5.0-build
...
into mysql.com:/home/jimw/my/mysql-5.0-clean
2005-05-18 17:13:31 -07:00
jani@a193-229-222-105.elisa-laajakaista.fi
c63ad3b549
New file default_modify.c. Fixed a typo on mysqld.cc
...
Changed name of function my_correct_default_file to
modify_defaults_file. Improved function and fixed some
bugs in it.
2005-05-18 20:10:17 +03:00
petr@mysql.com
5395a2db7e
fix for compilation problem with --with-openssl reported by Guilhem
2005-05-18 16:05:58 +04:00
petr@mysql.com
67364e99af
fix comments
2005-05-18 15:28:38 +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
834c47f336
Merge
2005-05-16 03:01:05 +04:00
petr@mysql.com
180d0ed620
post-review fixes
2005-05-16 01:54:02 +04:00
serg@serg.mylan
9c332d8d2a
yassl changeset 2:
...
remove FIX_GCC_LINKING_PROBLEM and -DDEFINE_CXA_PURE_VIRTUAL
replace echo in configure.in with AC_MSG_WARN/AC_MSG_ERROR
don't set -DUSE_MYSYS_NEW for gcc 2.95
set $USE_MYSYS_NEW even if CXX is g++
yassl bugfixes
instantiate all yassl templates explicitly
2005-04-30 19:48:45 +02:00
petr@mysql.com
0584756fb4
merge
2005-04-21 01:27:03 +04:00
petr@mysql.com
9c015f2a09
Merge mysqldev@production.mysql.com:my/mysql-5.0-build
...
into mysql.com:/home/cps/mysql/trees/mysql-5.0
2005-04-11 17:20:29 +04:00
petr@mysql.com
da1d303001
make server logs less frightening, when using IM
2005-04-11 17:19:12 +04:00
petr@mysql.com
48b3332b8a
Fix for bug #9808
2005-04-11 17:14:40 +04:00
petr@mysql.com
ace47c77be
Fix for Bug #9589
2005-04-11 17:08:34 +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
7730319738
Enable IM in the binary distribution and fix Bug #9513 (mysql.server script from the binary distibution
...
doesn't work out of the box)
2005-04-04 03:49:10 +04:00
joerg@mysql.com
4fd932b772
Revert the inclusion of 'signal.h' as the module contains 'kill()'.
2005-03-22 10:39:26 +01: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
f2791b9e96
fix to avoid relinking on each "make"
2005-03-02 23:16:32 +03:00
petr@mysql.com
8bed4a14e7
portability fix
2005-02-28 16:05:18 +03:00
petr@mysql.com
912dfdfa34
post-review fixes + cleanup + some minor fixes
2005-02-27 18:41:34 +03:00
petr@mysql.com
1e6bfa39c3
Merge mysql.com:/home/cps/mysql/trees/mysql-5.0
...
into mysql.com:/home/cps/mysql/devel/im-fix-review
2005-02-20 23:01:07 +03:00
petr@mysql.com
2c263ff24c
CPPFLAGS is substituted with CXXFLAGS to work with older automake. Serg, now you can enable
...
server-tools/instance-manager.
2005-02-20 04:36:22 +03:00
petr@mysql.com
27e614dc7f
new variant of passwd() by S. Vojtovich
2005-02-18 15:23:55 +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
be335ed4d1
Merge mysql.com:/home/cps/mysql/trees/mysql-5.0
...
into mysql.com:/home/cps/mysql/devel/im-fix-review
2005-02-15 17:34:26 +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
1815de7b55
--user option added to mysqlmanager
2005-02-05 14:04:49 +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
serg@serg.mylan
852f2e0aba
small Makefile.am cleanup
...
clean: targets removed
generated *.h files moved to include/
2005-01-28 17:14:03 +01: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