~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
..
tests 1237.10.5 14 years ago Monty Taylor Plugin tests in plugin dirs. Diff
analysis_table.cc 1452.2.5 14 years ago Monty Taylor Fixed the memcached_stats plugin to work with the 3.9 KB Diff Download File
analysis_table.h 1273.13.94 14 years ago Brian Aker Lint fixes. 2.1 KB Diff Download File
memcached_stats.cc 1381 14 years ago Brian Aker Merge Monty. 4.1 KB Diff Download File
plugin.ac 1459.1.1 14 years ago Monty Taylor Bumped the required libmemcached version. 285 bytes Diff Download File
plugin.ini 1459.2.1 14 years ago Monty Taylor Disabled memcached_stats plugin. It needs to be po 396 bytes Diff Download File
stats_table.cc 1452.2.5 14 years ago Monty Taylor Fixed the memcached_stats plugin to work with the 6.4 KB Diff Download File
stats_table.h 1273.13.94 14 years ago Brian Aker Lint fixes. 2.2 KB Diff Download File
sysvar_holder.h 1241.9.39 14 years ago Monty Taylor Added a few extra includes for Solaris. 2.5 KB Diff Download File