~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_schema/tests/t/basic.test

  • Committer: Daniel
  • Date: 2011-10-10 04:56:21 UTC
  • mto: This revision was merged to the branch mainline in revision 2437.
  • Revision ID: daniel@ubuntu-10-20111010045621-lav426gcxgksx0wb
Enable plugin by default.  Always escape and backtick quote the auth table name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
INSERT INTO users2 VALUES ('test_user2', '34F2496C75CF8F8D8EBE14067C9C8B1AA8E80DEF');
41
41
SELECT * FROM users2 ORDER BY user;
42
42
 
43
 
SET GLOBAL auth_schema_table='auth.users2';
 
43
SET GLOBAL auth_schema_table='`auth`.`users2`';
44
44
SHOW VARIABLES LIKE 'auth_schema%';
45
45
 
46
46
connect(conn2, localhost, test_user2, test_pass,,);