Opened 8 years ago
Closed 8 years ago
#9435 closed enhancement (fixed)
MariaDB: Obsolete variable should be removed from conf file
Reported by: | Pierre Labastie | Owned by: | Pierre Labastie |
---|---|---|---|
Priority: | normal | Milestone: | 8.1 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Report by J Burrell:
The line: "innodb_additional_mem_pool_size = 2M" in the /etc/my.cnf file causes this message: "[ERROR] /usr/sbin/mysqld: unknown variable 'innodb_additional_mem_pool_size=2M'" when running this command from the book: "mysql_install_db --basedir=/usr --datadir=/srv/mysql --user=mysql" Commenting out this line in the my.cnf file fixes the problem.
And akh found: https://mariadb.com/kb/en/mariadb/xtradbinnodb-server-system-variables/#innodb_additional_mem_pool_size
Change History (3)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Summary: | MaraiaDB: Obsolete variable should be removed from conf file → MariaDB: Obsolete variable should be removed from conf file |
---|
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r18904: Removed the obsolete variable and updated others to their current default values