1787.5.11
by Stewart Smith
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) |
1 |
SELECT * FROM DATA_DICTIONARY.HAILDB_CONFIGURATION WHERE NAME='doublewrite';
|
1283.35.53
by Stewart Smith
add innodb_doublewrite configuration option to embedded_innodb along with tests for explicitly disabling and enabling it. |
2 |
NAME TYPE VALUE
|
3 |
doublewrite BOOL false
|
|
1283.40.1
by Stewart Smith
also check SHOW VARIABLES for innodb_doublebuffer |
4 |
SHOW VARIABLES LIKE 'innodb_doublewrite';
|
5 |
Variable_name Value
|
|
6 |
innodb_doublewrite OFF
|