~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/1st.result

Add in new show work.

Show diffs side-by-side

added added

removed removed

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