~drizzle-trunk/drizzle/development

  • Committer: Monty Taylor
  • Date: 2010-04-15 19:14:53 UTC
  • Revision ID: mordred@inaugust.com-20100415191453-ril2x8qdo78fny9w
Replaced test_authz with a plugin implementing a hard-coded simple
multi-tennancy policy. The policy describes:
- A root user exists which can do anything
- A user may only see a schema that is named the same has his user name
- A user may see data_dictionary and information_schema (data_dictionary
  required for show databases to work)

This way, we can more clearly test the results of the authorization
interface while providing an optional plugin that is actually useful to some
human.
Filename Latest Rev Last Changed Committer Comment Size
..
AUTHORS 1039.5.1 15 years ago Jay Pipes * New serial event log plugin Implemented in /plu 28 bytes Diff Download File
default_replicator.cc 1405.6.1 14 years ago Jay Pipes This patch adds the following functionality: * Re 2.1 KB Diff Download File
default_replicator.h 1405.6.1 14 years ago Jay Pipes This patch adds the following functionality: * Re 2.3 KB Diff Download File
plugin.ini 1228.1.9 14 years ago Monty Taylor Replication and error messages. 203 bytes Diff Download File