~stewart/drizzle/rename-embedded-innodb-to-haildb

« back to all changes in this revision

Viewing changes to plugin/pbxt/tests/t/basic_create_table.test

  • Committer: Stewart Smith
  • Date: 2010-09-30 05:47:49 UTC
  • mfrom: (1787.3.15 drizzle)
  • Revision ID: stewart@flamingspork.com-20100930054749-s1szrpe6wm2z8532
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--source include/have_linux.inc
1
2
SET SESSION storage_engine=pbxt;
2
3
CREATE TABLE t1 (a int primary key);
3
4
SHOW CREATE TABLE t1;