Tom Lane
|
c9d92c2197
|
Update to MySQL 5.1.35. Fix SELinux context when recreating
/var/lib/mysql/.
|
2024-02-05 16:59:12 +01:00 |
|
Tom Lane
|
d0bf1dc86d
|
Fix changelog typo
|
2024-02-05 16:59:12 +01:00 |
|
Tom Lane
|
82ab89f3ab
|
Update to MySQL 5.1.34
|
2024-02-05 16:59:12 +01:00 |
|
Tom Lane
|
d87f3fc06c
|
Increase stack size of ndbd threads for safety's sake.
|
2024-02-05 16:59:12 +01:00 |
|
Tom Lane
|
af5d0e52a1
|
Update to MySQL 5.1.33
|
2024-02-05 16:59:12 +01:00 |
|
Tom Lane
|
ed2c5b9498
|
Update to MySQL 5.1.32
|
2024-02-05 16:59:12 +01:00 |
|
Jesse Keating
|
a18fe76942
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
2024-02-05 16:59:12 +01:00 |
|
Tom Lane
|
7ac9dab9ff
|
no-op whitespace change to test CVS commit mail sending
|
2024-02-05 16:59:12 +01:00 |
|
Tom Lane
|
d51988505e
|
no-op whitespace change to test CVS commit mail sending
|
2024-02-05 16:59:12 +01:00 |
|
Tom Lane
|
0fe8ff9055
|
Update to MySQL 5.1.31
|
2024-02-05 16:59:12 +01:00 |
|
Tom Lane
|
72104158d6
|
Fix mistaken removal of --with-innodb and --with-ndbcluster
|
2024-02-05 16:59:12 +01:00 |
|
Tom Lane
|
20f4d06062
|
Add note that this rebuild also fixes openssl dependency
|
2024-02-05 16:59:12 +01:00 |
|
Tom Lane
|
01fe2f40c5
|
Remove no-longer-accepted configure arguments; add CFLAGS/LDFLAGS to link
test so that it works when CFLAGS is different from platform default
(eg ppc64 vs ppc)
|
2024-02-05 16:59:12 +01:00 |
|
Tom Lane
|
a7a5ccf313
|
Update status of patched-around problem, add link to upstream bug report.
|
2024-02-05 16:59:12 +01:00 |
|
Tom Lane
|
f74a10ff4d
|
Update to MySQL 5.1.30
|
2024-02-05 16:59:12 +01:00 |
|
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 |
|