mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
log_t::create(): Return whether the initialisation succeeded. It may fail if too large an innodb_log_buffer_size is specified.
7 lines
317 B
Plaintext
7 lines
317 B
Plaintext
# restart: --innodb-log-buffer-size=1125899906842624
|
|
SELECT * FROM INFORMATION_SCHEMA.ENGINES WHERE engine = 'innodb'
|
|
AND support IN ('YES', 'DEFAULT', 'ENABLED');
|
|
ENGINE SUPPORT COMMENT TRANSACTIONS XA SAVEPOINTS
|
|
FOUND 1 /InnoDB: Cannot allocate memory; too large innodb_log_buffer_size\?/ in mysqld.1.err
|
|
# restart
|