joerg@trift-lap.fambruehe
f4e73e7cc7
Merge trift-lap.fambruehe:/MySQL/M50/mysql-5.0
...
into trift-lap.fambruehe:/MySQL/M50/push-5.0
2007-07-16 19:06:11 +02:00
dfischer/mysqldev@mysql.com/production.mysql.com
c04ae188f5
Raise version number after cloning 5.0.46
2007-07-16 12:42:12 +02:00
istruewing@synthia.local
0fa5fe24a7
Merge synthia.local:/home/mydev/mysql-5.1-amain
...
into synthia.local:/home/mydev/mysql-5.1-axmrg
2007-06-30 00:45:24 +02:00
df@pippilotta.erinye.com
5aa0716817
Merge dev:/data0/mysqldev/my/build-200706140748-5.0.44/mysql-5.0-release
...
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
2007-06-29 12:19:38 +02:00
jbruehe/mysqldev@mysql.com/production.mysql.com
5651ce23d4
Raise version number after cloning 5.1.20-beta
2007-06-25 15:04:31 +02:00
joerg@trift2.
79677b756e
Merge trift2.:/MySQL/M50/clone-5.0
...
into trift2.:/MySQL/M51/push-5.1
2007-06-25 13:22:34 +02:00
kent/mysqldev@mysql.com/production.mysql.com
2418b85046
configure.in:
...
Added --with-system-type=<systype> and --with-machine-type=<machtype>
options, to be able to override the one detected, for --version strings
field.cc, field.h, listener.cc:
C++ compatibility change for IBM VisualAge 6 and i5/OS
2007-06-20 14:00:28 +02:00
df@pippilotta.erinye.com
f927d50509
try again.
2007-06-19 12:03:10 +02:00
tsmith@maint1.mysql.com
a9ae34b56c
Merge quadxeon:m/srv/quadxeon/local/bk/maint/jun14/50
...
into maint1.mysql.com:/data/localhome/tsmith/bk/maint/51
2007-06-15 18:56:11 +02:00
tsmith@quadxeon.mysql.com
73035c274f
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
...
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/jun14/50
2007-06-15 17:59:04 +02:00
tsmith@quadxeon.mysql.com
918090030b
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-build
...
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/jun14/51
2007-06-15 01:57:33 +02:00
cmiller@zippy.cornsilk.net
85caa3540e
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
2007-06-14 18:17:26 -04:00
tsmith@quadxeon.mysql.com
87fdad4ce8
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-build
...
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/jun14/50
2007-06-14 23:23:30 +02:00
cmiller@zippy.cornsilk.net
d37e579411
Bug#21723: Should be able to dump core after setuid() under Linux
...
In many cases, binaries can no longer dump core after calling setuid().
Where the PR_SET_DUMPABLE macro is set, use the prctl() system call
to tell the kernel that it's allowed to dump the core of the server.
2007-06-14 14:24:59 -04:00
cmiller@zippy.cornsilk.net
e6cb98adb2
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maint
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
2007-06-08 17:10:51 -04:00
msvensson@pilot.(none)
f8c036a052
Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
2007-06-07 09:22:26 +02:00
msvensson@pilot.(none)
7368985cfa
Merge pilot.(none):/data/msvensson/mysql/mysql-4.1-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
2007-06-07 09:21:33 +02:00
msvensson@pilot.(none)
5df790445a
Bug#10218 Command line recall rolls into Segmentation Fault(coredump)'
...
- Declare 'tgoto' if not already declared in system header files.
2007-06-04 16:42:42 +02:00
joerg@debian.(none)
81930fc4bf
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1
...
into debian.(none):/M51/merge-5.1
2007-06-01 12:59:06 +02:00
kent@kent-amd64.(none)
05c5139854
Merge mysql.com:/home/kent/bk/tmp3/mysql-5.0-build
...
into mysql.com:/home/kent/bk/tmp3/mysql-5.1-build
2007-05-30 22:18:45 +02:00
kent@kent-amd64.(none)
a1f0ff4bb4
Merge mysql.com:/home/kent/bk/tmp3/mysql-4.1-build
...
into mysql.com:/home/kent/bk/tmp3/mysql-5.0-build
2007-05-30 22:15:13 +02:00
kent@mysql.com/kent-amd64.(none)
b217a9e898
Makefile.am, configure.in:
...
Added --with-mysqld-libs configure flag
2007-05-30 22:11:53 +02:00
kent@mysql.com/kent-amd64.(none)
1d36bcab1d
configure.in:
...
After merge changes, removed unneeded Netware specific sprintf case
2007-05-28 22:14:29 +02:00
kent@mysql.com/kent-amd64.(none)
a069db06a6
sql_parse.cc, config-win.h, config-netware.h:
...
Don't try determine stack direction at configure time
compiler_flag.m4:
Use AC_TRY_COMPILE and AC_TRY_LINK instead of AC_TRY_RUN where possible
misc.m4, configure.in:
Use fourth argument to AC_TRY_RUN, to be used in cross compilation
Don't try determine stack direction at configure time
2007-05-27 23:21:03 +02:00
jbruehe/mysqldev@mysql.com/production.mysql.com
7034295f79
Raise version number after cloning 5.1.19-beta
2007-05-24 17:35:22 +02:00
tsmith@quadxeon.mysql.com
99488b31b9
Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/50
...
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
2007-05-21 20:50:08 +02:00
tsmith@siva.hindu.god
4a4590cd49
Merge siva.hindu.god:/home/tsmith/m/bk/51
...
into siva.hindu.god:/home/tsmith/m/bk/maint/51
2007-05-17 14:21:35 -06:00
msvensson@pilot.blaudden
47d3829f0b
Fix for bug #28240 : "isinf()" cannot be used in C++ for lack of prototype
...
- Since isinf() portability across various platforms and
compilers is a complicated question, we should not use
it directly. Instead, the my_isinf() macro should be used,
which is defined as an alias to the system-defined isinf()
if it is safe to use, or a workaround implementation otherwise
2007-05-16 10:10:02 +02:00
dfischer/mysqldev@mysql.com/production.mysql.com
c4cbae6eef
Raise version number after cloning 5.0.42
2007-05-14 14:59:23 +02:00
kaa@polly.local
722b690743
Merge polly.local:/home/kaa/src/maint/bug28240/my50-bug24240
...
into polly.local:/home/kaa/src/maint/bug28240/my51-bug24240
2007-05-10 17:07:27 +04:00
cmiller@zippy.cornsilk.net
cabd54591f
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
2007-05-08 18:20:34 -04:00
cmiller@zippy.cornsilk.net
dc406f2dad
Bug #23294 : Detection of sem_xxx functions on NetBSD broken and \
...
DragonflyBSD misc patches
The bug reporter anticipated a problem, instead of experiencing one.
IRC conversation:
<xtraeme> sem_init is defined in librt on NetBSD
solaris uses libposix4 iirc
that's why I sent a patch
<chadmiller> xtraeme: Agreed. But, AFAICT, mysql doesn't use
sem_init() anywhere. Thus my confusion.
<xtraeme> I didn't verify that, but I saw that sem_init wasn't detected
correctly...
why are you checking for sem_init if it's unused then? :-)
<chadmiller> xtraeme: In recent autoconf scripts, we change it to test
for sched_yield() .
<xtraeme> that's ok then
sched_yield is in libc
feel free to close the bug report then :-)
2007-05-08 18:19:36 -04:00
kaa@polly.local
51af6a4077
Fix for bug #28240 : "isinf()" cannot be used in C++ for lack of prototype
...
Since isinf() portability across various platforms and compilers is a complicated question, we should not use it directly. Instead, the my_isinf() macro should be used, which is defined as an alias to the system-defined isinf() if it is safe to use, or a workaround implementation otherwise.
2007-05-08 21:11:46 +04:00
cmiller@zippy.cornsilk.net
50c89e7ae1
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
2007-05-08 09:20:36 -04:00
cmiller@zippy.cornsilk.net
53d5c7e55d
Bug #23294 : Detection of sem_xxx functions on NetBSD broken and \
...
DragonflyBSD misc patches
Add the original intended test, since our current test for sched_yield
is insufficient to copy.
2007-05-08 09:18:51 -04:00
cmiller@zippy.cornsilk.net
3d256e5b75
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community--bug23294
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
2007-05-08 09:12:14 -04:00
jbruehe/mysqldev@mysql.com/production.mysql.com
7357712fda
Raise version number after cloning 5.1.18-beta
2007-05-08 11:16:41 +02:00
cmiller@zippy.cornsilk.net
90c29789e4
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maint
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-new-maint
2007-05-04 12:02:00 -04:00
joerg@trift-lap.fambruehe
2ed383302f
Merge trift-lap.fambruehe:/MySQL/M50/mysql-5.0
...
into trift-lap.fambruehe:/MySQL/M50/push-5.0
2007-04-26 16:06:44 +02:00
joerg@trift-lap.fambruehe
f723388b18
Merge trift-lap.fambruehe:/MySQL/M51/mysql-5.1
...
into trift-lap.fambruehe:/MySQL/M51/push-5.1
2007-04-26 16:03:02 +02:00
cmiller@zippy.cornsilk.net
db6eab9bfa
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maint
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-new-maint
2007-04-24 10:46:39 -04:00
msvensson@pilot.blaudden
2ac94c30f4
Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.1
...
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
2007-04-23 17:01:02 +02:00
joerg@debian.(none)
94008df3e0
Merge debian.(none):/M51/mysql-5.1
...
into debian.(none):/M51/push-5.1
2007-04-23 11:21:15 +02:00
cmiller@zippy.cornsilk.net
a602c2c78e
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community--bug23294
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-new-maint
2007-04-21 09:42:18 -04:00
mtaylor@qualinost.(none)
e593503303
Branched for 5.1
2007-04-20 14:49:47 -07:00
joerg@debian.(none)
88d88e7f7a
Merge debian.(none):/M50/bug27739-5.0
...
into debian.(none):/M50/push-5.0
2007-04-20 12:25:50 +02:00
joerg@debian.(none)
cd8359720e
Merge debian.(none):/M50/bug27739-5.0
...
into debian.(none):/M51/bug27739-5.1
2007-04-20 11:03:13 +02:00
joerg@debian.(none)
5de73f45f9
configure.in : Ensure that "icheck" is really the ABI checker,
...
not some other tool (file system checker on Tru64).
Patch originally supplied by Peter O'Gorman, slightly modified by me.
Bug#27739 "build fails on Tru64 due to icheck test in configure"
2007-04-20 10:51:53 +02:00
mats@romeo.(none)
875de0e571
Merge romeo.(none):/home/bkroot/mysql-5.1-rpl
...
into romeo.(none):/home/bk/merge-mysql-5.1
2007-04-20 10:46:58 +02:00
mtaylor@qualinost.(none)
9625810b51
Merge qualinost.(none):/home/mtaylor/src/mysql/mysql-5.0-maint
...
into qualinost.(none):/home/mtaylor/src/mysql/mysql-5.1-new-maint
2007-04-18 14:37:01 -07:00