Opened 7 years ago

Closed 7 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 Pierre Labastie, 7 years ago

Owner: changed from blfs-book@… to Pierre Labastie
Status: newassigned

comment:2 by Pierre Labastie, 7 years ago

Summary: MaraiaDB: Obsolete variable should be removed from conf fileMariaDB: Obsolete variable should be removed from conf file

Fixed at r18904: Removed the obsolete variable and updated others to their current default values

comment:3 by Pierre Labastie, 7 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.