~ubuntu-branches/ubuntu/vivid/drizzle/vivid-proposed

« back to all changes in this revision

Viewing changes to plugin/regex_policy/tests/r/dynamic_plugin.result

  • Committer: Package Import Robot
  • Author(s): Tobias Frost
  • Date: 2013-08-22 20:18:31 UTC
  • mto: (20.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20130822201831-gn3ozsh7o7wmc5tk
Tags: upstream-7.2.3
ImportĀ upstreamĀ versionĀ 7.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SHOW SCHEMAS;
 
2
Database
 
3
DATA_DICTIONARY
 
4
INFORMATION_SCHEMA
 
5
mysql
 
6
test
 
7
SET GLOBAL regex_policy_policy="";
 
8
ERROR HY000: Incorrect arguments to SET
 
9
SET GLOBAL regex_policy_policy="TOP_SRCDIR/plugin/regex_policy/tests/t/dynamic.policy2";
 
10
SHOW SCHEMAS;
 
11
ERROR 42000: Access denied for user 'root' to schema 'data_dictionary'
 
12
SET GLOBAL regex_policy_policy="TOP_SRCDIR/plugin/regex_policy/tests/t/dynamic.policy3";
 
13
ERROR HY000: Incorrect arguments to SET