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

« back to all changes in this revision

Viewing changes to plugin/haildb/test-suite-dir/haildb/tests/t/config_file_per_table_enable.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
1
SHOW VARIABLES LIKE 'innodb_file_per_table';
2
2
SELECT * FROM DATA_DICTIONARY.HAILDB_CONFIGURATION WHERE NAME='file_per_table';
3
3
CREATE TABLE t1 (a int primary key);
4
 
--file_exists $MYSQLTEST_VARDIR/master-data/test/t1.ibd
 
4
--file_exists $MYSQLTEST_VARDIR/master-data/local/test/t1.ibd
5
5
DROP TABLE t1;