1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

always force the language in mysql_install_db

This commit is contained in:
Sergei Golubchik
2012-09-26 11:59:49 +02:00
parent 37155bf74a
commit 1f2f353cd6

View File

@ -320,8 +320,10 @@ then
cannot_find_file "$langdir/errmsg.sys"
exit 1
fi
mysqld_opt="--language=$langdir"
else
langdir=english
fi
mysqld_opt="--language=$langdir"
# Try to determine the hostname
hostname=`@HOSTNAME@`