~clint-fewbar/ubuntu/natty/drizzle/beta1-fixes

« back to all changes in this revision

Viewing changes to plugin/regex_policy/tests/t/basic.policy

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2011-03-15 10:41:18 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110315104118-eaf0hvlytjdl4zrf
Tags: 2011.03.13-0ubuntu1
* New upstream release.
* Added slave plugin.
* Removed archive, blackhole and blitzdb plugins.
* Moved location of libdrizzle headers.
* Removed drizzleadmin manpage patch.
* Add drizzle_safe_write_string to symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This is a comment line and should be skipped
 
2
.+ schema=DATA_DICTIONARY ACCEPT
 
3
.+ schema=INFORMATION_SCHEMA ACCEPT
 
4
.+ schema=data_dictionary ACCEPT
 
5
.+ schema=information_schema ACCEPT
 
6
root table=.+ ACCEPT
 
7
root schema=.+ ACCEPT
 
8
root process=.+ ACCEPT
 
9
user1 schema=user1 ACCEPT
 
10
user2 schema=user2 ACCEPT
 
11
user1 process=user1 ACCEPT
 
12
user2 process=user2 ACCEPT
 
13
# Default to denying everything
 
14
.+ schema=.+ DENY
 
15
.+ process=.+ DENY