~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/1st.result

  • Committer: Andy Lester
  • Date: 2008-08-09 05:23:39 UTC
  • mto: (266.1.29 use-replace-funcs)
  • mto: This revision was merged to the branch mainline in revision 287.
  • Revision ID: andy@petdance.com-20080809052339-iafoesszmesweq6b
use NULL, not 0

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