~jaypipes/drizzle/split-xa-resource-manager

« back to all changes in this revision

Viewing changes to tests/r/1st.result

  • Committer: Jay Pipes
  • Date: 2010-02-14 20:26:43 UTC
  • mfrom: (1273.1.27 staging)
  • Revision ID: jpipes@serialcoder-20100214202643-ahuqvc8rhn8u7y33
Merge trunk and resolve conflicts

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