mysql_install_db.sh:

  Fix error in previous change, correct --language argument.
parent 2c95b977
......@@ -215,7 +215,7 @@ then
then
mysqld_opt="--language=$srcdir/sql/share/english"
else
mysqld_opt="./sql/share/english"
mysqld_opt="--language=./sql/share/english"
fi
fi
......
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