module-puppetlabs-mysql/tests
Matthew Monaco d986a87558 mysql_database: prevent syntax error with collate=>'binary'
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.
2014-09-15 23:22:59 -06:00
..
server Fix lint warnings 2012-09-04 16:25:08 +02:00
backup.pp Added mysql::backup class. 2012-04-23 22:53:59 -07:00
bindings.pp add bindings test 2013-10-30 16:23:33 -07:00
init.pp adding first commit for mysql. 2011-05-24 23:22:43 -07:00
java.pp Added tests to mysql::java. 2012-04-23 21:44:31 -07:00
mysql_database.pp mysql_database: prevent syntax error with collate=>'binary' 2014-09-15 23:22:59 -06:00
mysql_db.pp Fix a syntax error in one of the tests. 2014-05-21 11:24:33 -07:00
mysql_grant.pp added * for table name in title to match documented usage 2013-11-04 20:49:24 -05:00
mysql_user.pp Replaced database_user with mysql_user 2014-04-21 13:21:20 -05:00
perl.pp mysql::perl tests 2013-05-03 09:25:31 -07:00
python.pp added module to install python tools for mysql 2011-05-26 18:10:08 -07:00
ruby.pp adding first commit for mysql. 2011-05-24 23:22:43 -07:00
server.pp Update mysql::server test 2013-10-17 09:38:27 -07:00