~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/test-suite-dir/haildb/tests/t/config_max_dirty_pages_pct.test

  • Committer: lbieber
  • Date: 2010-10-02 00:25:54 UTC
  • mfrom: (1804.1.2 build)
  • Revision ID: lbieber@orisndriz08-20101002002554-sf30ezteu701kzzu
Merge Stewart - Rename embedded_innodb to HailDB everywhere EXCEPT the plugin name 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SHOW VARIABLES LIKE 'innodb_max_dirty_pages_pct';
2
 
SELECT * FROM DATA_DICTIONARY.INNODB_CONFIGURATION WHERE NAME='max_dirty_pages_pct';
 
2
SELECT * FROM DATA_DICTIONARY.HAILDB_CONFIGURATION WHERE NAME='max_dirty_pages_pct';
3
3