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

« back to all changes in this revision

Viewing changes to pbxt/mysql-test-update/mysql-test/t/grant2.test

  • 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:
395
395
flush privileges;
396
396
drop database mysqltest_1;
397
397
 
 
398
--source include/add_anonymous_users.inc
 
399
 
398
400
# But anonymous users can't change their password
399
401
connect (n5,localhost,test,,test,$MASTER_MYPORT,$MASTER_MYSOCK);
400
402
connection n5;
403
405
disconnect n5;
404
406
connection default;
405
407
 
 
408
--source include/delete_anonymous_users.inc
406
409
 
407
410
# Bug #12423 "Deadlock when doing FLUSH PRIVILEGES and GRANT in 
408
411
# multi-threaded environment". We should be able to execute FLUSH