Commit Graph

574 Commits

Author SHA1 Message Date
Tom Lane
2dceb7c1c5 Build mysql's embedded server library. 2024-02-05 16:59:12 +01:00
Tom Lane
67c46965b4 Update to mysql version 5.0.67 2024-02-05 16:59:12 +01:00
Tom Lane
92b7d42add De-fuzz patch to make new rpm happy. 2024-02-05 16:59:12 +01:00
Tom Lane
e9e34fccd8 Enable ndbcluster support, fix a couple of small issues 2024-02-05 16:59:12 +01:00
Tom Lane
20564e52c0 Update to mysql version 5.0.51a 2024-02-05 16:59:12 +01:00
Tom Lane
1986462cd1 Add link to upstream bug report 2024-02-05 16:59:12 +01:00
Tom Lane
e6fb210ebd Second try at stack-guard patch, also apply fix for bug #435494 2024-02-05 16:59:12 +01:00
Dennis Gilmore
0198dfa540 add sparc multilib and dualbuilding handling 2024-02-05 16:59:12 +01:00
Tom Lane
650f83934b Fix mysql's stack overflow problem (or perhaps more accurately, work around
brain damage in RHEL5 kernel)
2024-02-05 16:59:12 +01:00
Jesse Keating
93270f4987 - Autorebuild for GCC 4.3 2024-02-05 16:59:12 +01:00
Tom Lane
34bcd908b5 Oops, forgot to make DEFAULT_THREAD_STACK match for 64-bit. 2024-02-05 16:59:12 +01:00
Tom Lane
abed7a21a8 Just for grins, let's see if 48K works or not. 2024-02-05 16:59:12 +01:00
Tom Lane
aeb5ae2bb0 Seems to be nothing for it except to raise DEFAULT_THREAD_STACK. Why is ppc
so much more stack-hungry than before?
2024-02-05 16:59:12 +01:00
Tom Lane
ed0e45cfe8 OK, 19000 is too small for ppc, try 20000 2024-02-05 16:59:12 +01:00
Tom Lane
148e378a6c Another try at getting the stack size checking to work in F9. 2024-02-05 16:59:12 +01:00
Tom Lane
f01440d981 OK, one more try to see if *any* value works. 2024-02-05 16:59:12 +01:00
Tom Lane
533c5cc42c Sigh ... this code is even more fragile than it appears. Try setting
STACK_MIN_SIZE to 24K, not either 16K nor 32K, each of which fail for
    different reasons.
2024-02-05 16:59:12 +01:00
Tom Lane
bd5697ac43 Seems we need to raise STACK_MIN_SIZE again too. 2024-02-05 16:59:12 +01:00
Tom Lane
6699c49255 Dike out regression test that is guaranteed to stop working after a year. I
thought upstream would have acquired a clue after it failed last year
    at this time, but it seems not.
2024-02-05 16:59:12 +01:00
Tom Lane
e46ac38a7e Back-port upstream fixes for CVE-2007-5925, CVE-2007-5969, CVE-2007-6303. 2024-02-05 16:59:12 +01:00
Tom Lane
d38545319b Rebuild for new openssl 2024-02-05 16:59:12 +01:00
Bill Nottingham
94debf0bbd makefile update to properly grab makefile.common 2024-02-05 16:59:12 +01:00
Tom Lane
0251ac5d0b Hm, ps isn't in default buildroot now either 2024-02-05 16:59:12 +01:00
Tom Lane
eea6dd5930 Rebuild to fix Fedora toolchain issues 2024-02-05 16:59:12 +01:00
Tom Lane
567c9b6be5 Fix perl BuildRequires 2024-02-05 16:59:12 +01:00
Tom Lane
c9789fb9b5 Adjust License tag per spot's recommendation 2024-02-05 16:59:12 +01:00
Tom Lane
719d82a74b Work around recent Fedora change that makes "open" a macro name 2024-02-05 16:59:12 +01:00
Tom Lane
b457a5c250 Update License tag 2024-02-05 16:59:12 +01:00
Tom Lane
2c9ebe036a Update to MySQL 5.0.45. Also fix bzs 241912, 245770. 2024-02-05 16:59:12 +01:00
Tom Lane
1e2d80ff8a initscript and packaging cleanups, per bugs 233771, 233731 2024-02-05 16:59:12 +01:00
Tom Lane
7d34bb6ac6 Move ldconfig dependency to the right subpackage. Doesn't seem worth a
rebuild, though.
2024-02-05 16:59:12 +01:00
Tom Lane
22c32d815d Update to MySQL 5.0.37. Resolves: #231838 Put client library into a
separate mysql-libs RPM to reduce dependencies Resolves: #205630 Minor
    rpmlint cleanups.
2024-02-05 16:59:12 +01:00
Tom Lane
ebf8197d53 Cope with mysql's newly voracious appetite for spare stack space. 2024-02-05 16:59:12 +01:00
Tom Lane
366de58519 Cope with new automake in F7 2024-02-05 16:59:12 +01:00
Tom Lane
7bc9b690d7 Cope with new automake in F7 2024-02-05 16:59:12 +01:00
Tom Lane
7a107d09e1 Update to MySQL 5.0.33. Fix #221085, #223713. 2024-02-05 16:59:12 +01:00
Tom Lane
eb1df3860b Correct date in changelog entry. 2024-02-05 16:59:12 +01:00
Tom Lane
148a89c268 Update to MySQL 5.0.27, fix a couple minor issues noted in changelog entry. 2024-02-05 16:59:12 +01:00
Jesse Keating
081a83a5a9 bumped for rebuild 2024-02-05 16:59:12 +01:00
Tom Lane
96ebf13bb4 Add code to cleanup leftover mysql daemon processes --- should make
brew/beehive builds more robust when retrying after a failure.
2024-02-05 16:59:12 +01:00
Tom Lane
6d57e80587 Spread mysql test ports around a bit more --- I'm wondering if there are
buildfarm cross-machine dependencies I don't know about.
2024-02-05 16:59:12 +01:00
Tom Lane
a448c5eaa5 Work around gcc bug #193912. 2024-02-05 16:59:12 +01:00
Tom Lane
f7ee09dfd6 Update to MySQL 5.0.22 (fixes CVE-2006-2753) 2024-02-05 16:59:12 +01:00
Tom Lane
0e48f65640 Fix bogus perl Requires for mysql-test 2024-02-05 16:59:12 +01:00
Tom Lane
fa98cf328f Update to MySQL 5.0.21. 2024-02-05 16:59:12 +01:00
Tom Lane
587f6c6241 Synchronize FC6 with recent work in 4E-stacks branch. 2024-02-05 16:59:12 +01:00
Jesse Keating
b367ab972a bump for bug in double-long on ppc(64) 2024-02-05 16:59:12 +01:00
Tom Lane
cafb0a92ae err-log option has been renamed to log-error, fix my.cnf and initscript 2024-02-05 16:59:12 +01:00
Jesse Keating
48cc9c7544 bump for new gcc/glibc 2024-02-05 16:59:12 +01:00
Tom Lane
986cdaa7ed Hack to get mysql regression tests to pass more reliably. 2024-02-05 16:59:12 +01:00