Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[CONJ-552] improve test, ensuring FLUSH PRIVILEGES
  • Loading branch information
rusher committed Dec 8, 2017
1 parent a07bbe9 commit be7de9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/org/mariadb/jdbc/PasswordEncodingTest.java
Expand Up @@ -117,6 +117,7 @@ private void createUser(String charsetName, String serverCharset) throws Excepti

//non jdbc method that send query according to charset
stmt.testExecute("GRANT ALL on *.* to 'test" + charsetName + "' identified by '" + exoticPwd + "'", Charset.forName(charsetName));
stmt.execute("FLUSH PRIVILEGES");
}
}

Expand Down

0 comments on commit be7de9a

Please sign in to comment.