~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/1st.result

  • Committer: Monty Taylor
  • Date: 2010-03-11 18:27:20 UTC
  • mfrom: (1333 staging)
  • mto: This revision was merged to the branch mainline in revision 1348.
  • Revision ID: mordred@inaugust.com-20100311182720-hd1h87y6cb1b1mp0
Merged trunk.

Show diffs side-by-side

added added

removed removed

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