MariaDB启动日志:
1 |
2018-01-22 16:46:42 140215921260576 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB. |
需要在"/etc/my.cnf"中的"[mysqld]"下面添加:
1 |
innodb-empty-free-list-algorithm = legacy |
参考资料: