Commit 1f2f353c authored by Sergei Golubchik's avatar Sergei Golubchik

always force the language in mysql_install_db

parent 37155bf7
......@@ -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@`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment