~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/schema.result

  • Committer: Monty Taylor
  • Date: 2010-03-02 19:10:25 UTC
  • mto: (1317.1.8)
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: mordred@inaugust.com-20100302191025-zoxjz4xwkoa6160h
Prevent unauthorized users from changing schema.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
foo     CREATE DATABASE `foo` COLLATE = utf8_general_ci
6
6
show schemas;
7
7
Database
8
 
DATA_DICTIONARY
 
8
data_dictionary
9
9
foo
10
 
INFORMATION_SCHEMA
 
10
information_schema
11
11
mysql
12
12
test
13
13
drop schema foo;