~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/1st.test

  • Committer: Brian Aker
  • Date: 2009-12-18 18:31:01 UTC
  • mfrom: (1241.2.7 build)
  • Revision ID: brian@gaz-20091218183101-igqg1dtowpa0o70s
Fixed from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
--enable_warnings
10
10
 
11
11
show databases;
12
 
select concat("Starting in ", database());
13
12
show tables in mysql;