~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/1st.result

  • Committer: Brian Aker
  • Date: 2009-02-21 00:18:15 UTC
  • Revision ID: brian@tangent.org-20090221001815-x20e8h71e984lvs1
Completion (?) of uint conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
show databases;
2
2
Database
3
 
DATA_DICTIONARY
4
 
INFORMATION_SCHEMA
 
3
information_schema
5
4
mysql
6
5
test
7
 
select concat("Starting in ", database());
8
 
concat("Starting in ", database())
9
 
Starting in test
10
6
show tables in mysql;
11
7
Tables_in_mysql