~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/warnings_engine_disabled.result

  • Committer: Lee Bieber
  • Date: 2008-11-21 21:52:58 UTC
  • mto: (590.2.7 devel)
  • mto: This revision was merged to the branch mainline in revision 603.
  • Revision ID: lb4072@soe-t2000-8-20081121215258-s86ky54w5r676o4q
changes to get build working on Solaris

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
create table t1 (id int) engine=innodb;
2
 
drop table t1;