jimw@mysql.com
f21c110d13
Merge mysql.com:/home/jimw/my/mysql-5.0-clean
...
into mysql.com:/home/jimw/my/mysql-5.1-clean
2006-04-30 13:27:38 -07: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
jimw@mysql.com
80b8563690
Bug #19059 : Failure to get version information when running from source tree
...
Fix the way that instance manager finds the version number of instances,
so that it works properly when the executable name isn't the same as what
the instance-manager launched, such as when wrapping a libtool-wrapped
executable from the source tree.
This removes the 'Ver ' reported in the version column output by
'SHOW INSTANCE STATUS ...', but the format of this column is not
documented (and is pretty free-form to begin with).
2006-04-17 09:38:50 -07:00
jimw@mysql.com
86d6b16113
Merge bk-internal:/home/bk/mysql-5.1-new
...
into mysql.com:/home/jimw/my/mysql-5.1-clean
2006-04-12 13:01:26 -07:00
petr@mysql.com
9ac5b32a5f
cleanup: sort IM options alphabetically
2006-04-12 23:08:50 +04:00
jimw@mysql.com
688659df11
Support --debug/-# in instance manager.
2006-04-12 11:14:56 -07:00
msvensson@shellback.
765024d829
Remove unused variables and label
2006-04-10 18:34:18 +02:00
knielsen@mysql.com
bc6628d27f
Some changes to make it possible to build for Windows with CMake from
...
a normal 'make dist' source .tar.gz.
2006-03-24 22:50:56 +01:00
knielsen@mysql.com
8567553bcb
Fix Windows CMake compilation after merge of Magnuses ssl patch.
2006-03-16 16:57:24 +01:00
knielsen@mysql.com
ca4ec28146
CMake Windows comp_error dependency fix after last push.
2006-03-16 15:42:48 +01:00
knielsen@mysql.com
24e29bf9d1
Fix Windows CMake dependency problem.
2006-03-16 13:30:59 +01:00
Reggie@xgeek.
11979eec94
Moved cmake scripts into the proper directories
2006-03-15 10:22:12 -06:00
hartmut@mysql.com
5e312c1581
Merge mysql.com:/home/hartmut/projects/mysql/dev/5.0
...
into mysql.com:/home/hartmut/projects/mysql/bk-clean/5.1
2006-03-14 11:25:15 +01:00
hartmut@mysql.com
9da74d8a5f
relying on loop counter variables being local to the loop body if
...
declared in the 'for' statement is not portable, some compilers
still don't implement this ANSI C++ specification (Bug #14995 )
2006-03-14 11:13:41 +01:00
msvensson@neptunus.(none)
703d2f89d0
Build fix, liboptions.a is now a libtool convenience library
...
-liboptions.a -> liboptions.la
2006-03-06 17:17:22 +01:00
kent@mysql.com
ab77867efb
Merge
2006-03-06 13:50:52 +01:00
kent@mysql.com
5557a442e9
Makefile.am:
...
Use libtool convenience lib, to access get_password object correctly, bug#17155
2006-03-03 02:46:47 +01:00
petr@mysql.com
8163afb43c
Merge mysql.com:/home/cps/mysql/devel/im/5.0-im-fix-race
...
into mysql.com:/home/cps/mysql/trees/5.1/5.1-virgin-no-debug
2006-02-22 11:27:21 +03:00
petr@mysql.com
ce4fd24da2
Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/cps/mysql/devel/im/5.0-im-fix-race
2006-02-21 15:59:41 +03:00
petr@mysql.com
cb5e54e1bd
Fix race condition: instance map wasn't locked for the
...
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.
2006-02-21 15:57:56 +03:00
petr@mysql.com
7146a9775e
Fix for Bug #12674 "Instance Manager: IM doesn't handle client
...
connections correctly".
Recommit with the max timeout value in sync with the comment.
2006-02-21 15:32:52 +03:00
petr@mysql.com
d6a36615d6
Merge mysql.com:/home/cps/mysql/devel/im/5.0-im-add-error-message
...
into mysql.com:/home/cps/mysql/trees/5.1/5.1-virgin-debug
2006-02-18 18:00:22 +03:00
petr@mysql.com
cb74e09f46
Add a shift in the parser. Forgotten in the previous commit.
2006-02-18 03:22:13 +03:00
petr@mysql.com
f20955af40
fix Bug#12813 "Instance Manager: START/STOP INSTANCE
...
commands accept a list as argument"
2006-02-14 03:09:17 +03:00
kent@mysql.com
eb9683442d
Merge
2006-02-12 20:45:03 +01:00
petr@mysql.com
2e01c8b0d0
Merge mysql.com:/home/cps/mysql/devel/5.0-mike
...
into mysql.com:/home/cps/mysql/devel/5.1-merge
2006-02-10 21:03:49 +03:00
petr@mysql.com
f3d73e8cbe
Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/home/cps/mysql/devel/5.1-im-fixes
2006-02-10 03:38:29 +03:00
petr@mysql.com
8488498545
IM changes by GUI team: add a version_no column to the
...
SHOW INSTANCE STATUS output
2006-02-10 03:35:07 +03:00
petr@mysql.com
1c7bc08537
a bunch of IM fixes from the GUI team
2006-02-10 02:15:55 +03:00
kent@mysql.com
9f86a9bdcc
Makefile.am:
...
Link with CLIENT_EXTRA_LDFLAGS, enable us to
pass on libtool flags '-full-static' and '-static'
using '--with-client-ldflags' to configure.
mysql.spec.sh:
Pass '-static' to libtool, link static with our
own libraries, dynamic with system libraries.
Link with the bundled zlib.
2006-02-09 03:11:45 +01:00
serg@serg.mylan
30c09d6dc0
merged
2006-01-03 18:12:03 +01:00
serg@serg.mylan
14f94dc0ca
many warnings (practically safe but annoying) corrected
2006-01-03 17:54:54 +01:00
serg@serg.mylan
c063819075
locking issues,
...
test for LONGLONG_MIN in decimal.c
2005-12-23 20:50:28 +01:00
kent@mysql.com
bcdd552d6e
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-distcheck
2005-11-19 11:20:52 +01:00
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