~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 1320.4.1 14 years ago Joe Daly scoreboard implementation for statistics Diff
logging_stats.cc 1455.2.2 14 years ago Joe Daly lower the max number of users that are tracked, th 13 KB Diff Download File
logging_stats.h 1320.5.14 14 years ago Joe Daly add max user test, and get it to work 3.3 KB Diff Download File
plugin.ini 1320.5.10 14 years ago Joe Daly merge trunk 302 bytes Diff Download File
scoreboard.cc 1320.5.22 14 years ago Joe Daly add lock inits and remove a lock on resetting the 7.9 KB Diff Download File
scoreboard.h 1320.5.17 14 years ago Joe Daly clean up some unneeded destructors and add update 3.3 KB Diff Download File
scoreboard_slot.cc 1320.5.24 14 years ago Joe Daly fix string assignment 2.8 KB Diff Download File
scoreboard_slot.h 1320.5.26 14 years ago Joe Daly merge trunk 2.3 KB Diff Download File
stats_schema.cc 1320.5.21 14 years ago Joe Daly fix incrementors to be prefix 6.7 KB Diff Download File
stats_schema.h 1320.5.17 14 years ago Joe Daly clean up some unneeded destructors and add update 3.3 KB Diff Download File
user_commands.cc 1320.5.10 14 years ago Joe Daly merge trunk 4.6 KB Diff Download File
user_commands.h 1320.5.10 14 years ago Joe Daly merge trunk 2.8 KB Diff Download File