lib/gratan/driver.rb in gratan-0.1.6 vs lib/gratan/driver.rb in gratan-0.1.7

- old
+ new

@@ -40,9 +40,13 @@ else [object_or_regexp] end end + def flush_privileges + update("FLUSH PRIVILEGES") + end + def create_user(user, host, options = {}) objects = options[:objects] grant_options = options[:options] granted = false