~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Andrew Hutchings
  • Date: 2011-02-07 17:20:59 UTC
  • mfrom: (2148 staging)
  • mto: (2148.2.3 build)
  • mto: This revision was merged to the branch mainline in revision 2149.
  • Revision ID: andrew@linuxjedi.co.uk-20110207172059-dyeahrgzrlincoe3
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
insert into t1 values(connection_id());
10
10
 
11
11
# Test that we get a normal don't exist error for things that don't exist
12
 
--error ER_NO_SUCH_TABLE
 
12
--error ER_TABLE_UNKNOWN
13
13
SELECT * from user1.dont_exist;
14
14
 
15
15
# Connect as user1 - should only see information_schema, user1 and