d986a87558
On MySQL v5.5.38, creating a database such as: CREATE DATABASE `mydb` CHARACTER SET binary COLLATE binary; seems to hit a parser bug. A workaround is simply to quote COLLATE `binary`. As the quoting is harmless, and for aesthetics, quote both the CHARACTER SET and COLLATE arguments. |
||
---|---|---|
.. | ||
server | ||
backup.pp | ||
bindings.pp | ||
init.pp | ||
java.pp | ||
mysql_database.pp | ||
mysql_db.pp | ||
mysql_grant.pp | ||
mysql_user.pp | ||
perl.pp | ||
python.pp | ||
ruby.pp | ||
server.pp |