Commit Graph

13 Commits

Author SHA1 Message Date
Tom Lane
af5d0e52a1 Update to MySQL 5.1.33 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
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
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
2c9ebe036a Update to MySQL 5.0.45. Also fix bzs 241912, 245770. 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