~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.52 14 years ago Brian Aker Moved test files. Diff
columns.cc 1395.1.17 14 years ago Brian Aker Correction to some of the output. 5.4 KB Diff Download File
columns.h 1273.13.65 14 years ago Brian Aker Lint fixes. 1.5 KB Diff Download File
dictionary.cc 1429.1.1 14 years ago Brian Aker Shift show commands to their own dictionary. 1.5 KB Diff Download File
dictionary.h 1429.1.1 14 years ago Brian Aker Shift show commands to their own dictionary. 1.5 KB Diff Download File
index_parts.cc 1395.1.17 14 years ago Brian Aker Correction to some of the output. 3.2 KB Diff Download File
index_parts.h 1273.13.65 14 years ago Brian Aker Lint fixes. 1.4 KB Diff Download File
indexes.cc 1395.1.17 14 years ago Brian Aker Correction to some of the output. 3.3 KB Diff Download File
indexes.h 1273.13.65 14 years ago Brian Aker Lint fixes. 1.7 KB Diff Download File
plugin.ini 1460 14 years ago Brian Aker Seeing static effects valgrind output 414 bytes Diff Download File
referential_constraints.cc 1273.13.49 14 years ago Brian Aker Does not work (compile issue in plugin). 1.3 KB Diff Download File
referential_constraints.h 1273.13.50 14 years ago Brian Aker Additional plugins. 1.4 KB Diff Download File
schemas.cc 1436 14 years ago Brian Aker Move toward not having to call current_session (fi 2.9 KB Diff Download File
schemas.h 1421 14 years ago Brian Aker Removed dead function. 2 KB Diff Download File
table_constraints.cc 1273.13.49 14 years ago Brian Aker Does not work (compile issue in plugin). 1.2 KB Diff Download File
table_constraints.h 1273.13.65 14 years ago Brian Aker Lint fixes. 1.3 KB Diff Download File
tables.cc 1436 14 years ago Brian Aker Move toward not having to call current_session (fi 6 KB Diff Download File
tables.h 1385.1.3 14 years ago Brian Aker Split of tables from being a part of show (we jsut 2 KB Diff Download File