~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/schema.result

  • Committer: Siddharth Prakash Singh
  • Date: 2010-03-26 17:24:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1425.
  • Revision ID: spsneo@spsneo-laptop-20100326172457-vni09y22ktvvefmn
some more sprintf --> snprintf

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;