module-puppetlabs-mysql/spec/acceptance
Hunter Haugen f4fe313e65 Remove mysql_table_exists() function
This function is intended to check for the existence of a table before
declaring some resource, but this is neither portable (because functions
orun on the master, not the agent) nor one-run idempotent (because the
function would run before mysql is even installed, and would take two
runs to do anything).

The correct way of doing this would be to update the providers and
dependency ordering to handle the conditional states.

Luckily this was never released so it is backwards compatible.
2016-03-28 10:48:58 -07:00
..
nodesets Rework the mysql initdb functionality. 2014-07-08 12:53:20 -04:00
types Remove mysql_table_exists() function 2016-03-28 10:48:58 -07:00
mysql_backup_spec.rb (fix) - Change default for mysql::server::backup to ignore_triggers => false 2015-05-12 09:45:10 -07:00
mysql_db_spec.rb (maint) refactor main acceptance suite 2016-01-18 15:15:32 +00:00
mysql_server_spec.rb (FM-4563) fix tmpdir to be shared across examples 2016-01-19 10:45:25 +00:00