module-puppetlabs-mysql/spec/acceptance/types
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
..
mysql_database_spec.rb Rebuild the acceptance tests. 2014-08-07 15:52:19 -04:00
mysql_grant_spec.rb Remove mysql_table_exists() function 2016-03-28 10:48:58 -07:00
mysql_plugin_spec.rb Fix acceptance tests from #648 2015-01-27 15:05:37 -08:00
mysql_user_spec.rb Merge pull request #634 from cyberious/ResourceTest 2015-01-02 11:52:06 -05:00