~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 1273.13.53 14 years ago Brian Aker Updates to tests (now moved into plugins). Diff
dictionary.cc 1324.2.3 14 years ago Monty Taylor Remove plugin deinit. 2 KB Diff Download File
dictionary.h 1273.13.65 14 years ago Brian Aker Lint fixes. 1.2 KB Diff Download File
plugin.ini 1460 14 years ago Brian Aker Seeing static effects valgrind output 228 bytes Diff Download File
state_tool.h 1273.13.72 14 years ago Brian Aker 1) Reduced the size of VARIABLE_VALUE. 2) Shifted 2 KB Diff Download File
status.cc 1436 14 years ago Brian Aker Move toward not having to call current_session (fi 5.5 KB Diff Download File
status.h 1273.13.65 14 years ago Brian Aker Lint fixes. 1.5 KB Diff Download File
variables.h 1273.13.65 14 years ago Brian Aker Lint fixes. 1.3 KB Diff Download File