module-puppetlabs-mysql/spec
Travis Fields 8b1fa24479 (fix) - Fix an issue were we assume triggers work
- There are older versions of mysql that do not support the privilege TRIGGER and need to change default to not include
  http://dev.mysql.com/doc/refman/5.0/en/grant.html
  'MySQL does not support the standard SQL UNDER privilege, and does not support the TRIGGER privilege until MySQL 5.1.6'

- Updated tests to have both 5.1.6 and 5.0.11 tests for mysql_version fact
2015-05-08 08:51:38 -07:00
..
acceptance Added options for including/excluding triggers and routines, and fixed a permission problem that was preventing triggers from being backed up 2015-04-30 08:01:06 -06:00
classes (fix) - Fix an issue were we assume triggers work 2015-05-08 08:51:38 -07:00
defines Update tests for rspec-puppet 2 and future parser 2015-03-23 22:09:15 -07:00
unit (maint) - Add a fact for capturing the mysql version installed 2015-05-08 08:51:38 -07:00
spec.opts (#11508) Only load sql_scripts on DB creation 2011-12-19 07:25:35 -08:00
spec_helper.rb Rewrite some of the unit tests to work on more platforms. 2014-08-07 16:27:17 -04:00
spec_helper_acceptance.rb Use puppet() instead of shell() to install module dependencies 2014-12-12 12:55:31 -08:00