~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-06-19 15:32:47 UTC
  • mto: (1627.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1628.
  • Revision ID: mordred@inaugust.com-20100619153247-huqnbhlfz6al1mxm
Removed code that was blanking out the password in the argv string, since it was no longer actually working on the argv string.
Added a test to make sure that client program works with passed in passwords when there is an auth source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
1
9
9
connect(localhost,auth_file_password,bad_password,test,MASTER_PORT,);
10
10
ERROR 28000: Access denied for user 'auth_file_password'@'LOCALHOST' (using password: YES)
 
11
1
 
12
1