~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_io_capacity.test

  • Committer: Stewart Smith
  • Date: 2010-09-23 06:31:07 UTC
  • Revision ID: stewart@flamingspork.com-20100923063107-1orxds6mtffwm37a
rename remaining things from embedded_innodb/innodb to HailDB. The only things left are now the plugin name and what name the engine appears under (so it's still CREATE TABLE.. ENGINE=INNODB and options are --innodb.foo)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SELECT * FROM DATA_DICTIONARY.INNODB_CONFIGURATION WHERE NAME='io_capacity';
 
1
SELECT * FROM DATA_DICTIONARY.HAILDB_CONFIGURATION WHERE NAME='io_capacity';
2
2
show variables like 'innodb_io_capacity';