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

« back to all changes in this revision

Viewing changes to plugin/haildb/test-suite-dir/haildb/tests/r/config_flush_log_at_trx_commit2.result

  • 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
1
SHOW VARIABLES LIKE 'innodb_flush_log_at_trx_commit';
2
2
Variable_name   Value
3
3
innodb_flush_log_at_trx_commit  2
4
 
SELECT * FROM DATA_DICTIONARY.INNODB_CONFIGURATION WHERE NAME='flush_log_at_trx_commit';
 
4
SELECT * FROM DATA_DICTIONARY.HAILDB_CONFIGURATION WHERE NAME='flush_log_at_trx_commit';
5
5
NAME    TYPE    VALUE
6
6
flush_log_at_trx_commit ULONG   2