~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • 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_rollback_on_timeout';
2
2
Variable_name   Value
3
3
innodb_rollback_on_timeout      OFF
4
 
SELECT * FROM DATA_DICTIONARY.INNODB_CONFIGURATION WHERE NAME='rollback_on_timeout';
 
4
SELECT * FROM DATA_DICTIONARY.HAILDB_CONFIGURATION WHERE NAME='rollback_on_timeout';
5
5
NAME    TYPE    VALUE
6
6
rollback_on_timeout     BOOL    false