mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
MDEV-7273 - 10.1 fails to start up during tc_log initializations on PPC64
log-tc-size is 24K by default. Page size is 64K on PPC64. But log-tc-size must be at least 3 x page size. This is enforced by TC_LOG_MMAP::open() with a comment: to guarantee non-empty pool. This all makes server not startable in default configuration on PPC64. Autosize log-tc-size, so that it's min value= page size * 3, default value= page size * 6, block size= page size.
This commit is contained in:
@@ -1199,7 +1199,6 @@ log-slow-rate-limit 1
|
||||
log-slow-slave-statements FALSE
|
||||
log-slow-verbosity
|
||||
log-tc tc.log
|
||||
log-tc-size 24576
|
||||
log-warnings 1
|
||||
long-query-time 10
|
||||
low-priority-updates FALSE
|
||||
|
Reference in New Issue
Block a user