1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +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" cannot_find_file "$langdir/errmsg.sys"
exit 1 exit 1
fi fi
mysqld_opt="--language=$langdir" else
langdir=english
fi fi
mysqld_opt="--language=$langdir"
# Try to determine the hostname # Try to determine the hostname
hostname=`@HOSTNAME@` hostname=`@HOSTNAME@`