mariadb: fix warning while invoking 'mysql_install_db' on target
authorHongxu Jia <hongxu.jia@windriver.com>
Wed, 9 Oct 2013 07:30:35 +0000 (07:30 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:33:51 +0000 (08:33 -0800)
commita4913b5232b0c066c1908720e49ae57cf6cd96bc
treef9a5243a2f7149e9213d323b25f04c982f00ac59
parentcc6064d8d88d7ab351a683b0fd83fef4d4d76a8f
mariadb: fix warning while invoking 'mysql_install_db' on target

Invoke 'mysql_install_db' on target, there are some warnings:
...
Installing MariaDB/MySQL system tables...
131009  6:13:14 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead.
OK
Filling help tables...
131009  6:13:14 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead.
OK
...

Modify my.cnf to use '--skip-external-locking' instead of '--skip-locking'
could fix this issue.

(From meta-openembedded rev: 4e59f5680df8577048821eed12277cee994876d4)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/mysql/mariadb/my.cnf