~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_file/tests/r/basic.result

  • Committer: Jay Pipes
  • Date: 2010-04-08 16:27:25 UTC
  • mfrom: (1405.6.10 replication-pairs)
  • mto: This revision was merged to the branch mainline in revision 1457.
  • Revision ID: jpipes@serialcoder-20100408162725-sugbgn38oxjqclq2
Merge trunk and replication-pairs with conflict resolution

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
connect(localhost,bad_user,,test,MASTER_PORT,);
 
2
ERROR 28000: Access denied for user 'bad_user'@'LOCALHOST' (using password: NO)
 
3
SELECT 1;
 
4
1
 
5
1
 
6
SELECT 1;
 
7
1
 
8
1
 
9
connect(localhost,auth_file_password,bad_password,test,MASTER_PORT,);
 
10
ERROR 28000: Access denied for user 'auth_file_password'@'LOCALHOST' (using password: YES)