~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

Viewing changes to pbxt/mysql-test-update/mysql-test/include/delete_anonymous_users.inc

  • Committer: paul-mccullagh
  • Date: 2008-03-10 11:36:34 UTC
  • Revision ID: paul-mccullagh-417ebf175a9c8ee6e5b3777d9e2398e1fb197391
Implemented full durability

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Remove anonymous users added by add_anonymous_users.inc
 
2
disable_query_log;
 
3
DELETE FROM mysql.user where host='localhost' and user='';
 
4
FLUSH PRIVILEGES;
 
5
enable_query_log;