~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_additional_mem_pool_size_32m.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_additional_mem_pool_size';
2
2
Variable_name   Value
3
3
innodb_additional_mem_pool_size 33554432
4
 
SELECT * FROM DATA_DICTIONARY.INNODB_CONFIGURATION WHERE NAME='additional_mem_pool_size';
 
4
SELECT * FROM DATA_DICTIONARY.HAILDB_CONFIGURATION WHERE NAME='additional_mem_pool_size';
5
5
NAME    TYPE    VALUE
6
6
additional_mem_pool_size        ULINT   33554432