Below is the list of changes that have just been committed into a local
6.0 repository of . When does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2008-02-12 10:20:59-06:00, klewis@klewis-mysql. +1 -0
try deferred index hash again on pushbuild
storage/falcon/StorageParameters.h@stripped, 2008-02-12 10:20:47-06:00, klewis@klewis-mysql. +1 -1
try deferred index hash again on pushbuild
diff -Nrup a/storage/falcon/StorageParameters.h b/storage/falcon/StorageParameters.h
--- a/storage/falcon/StorageParameters.h 2008-01-04 23:20:55 -06:00
+++ b/storage/falcon/StorageParameters.h 2008-02-12 10:20:47 -06:00
@@ -30,7 +30,7 @@ PARAMETER_UINT(record_scavenge_threshold
PARAMETER_UINT(serial_log_block_size, "Minimum block size for serial log.", 0, 0, 4096, 0, NULL)
PARAMETER_UINT(serial_log_buffers, "The number of buffers allocated for Falcon serial log.", 10, 20, 32768, 0x0200, NULL)
PARAMETER_UINT(serial_log_priority, "Whether or not serial log has write priority over other writes.", 0, 1, 1, 0, NULL)
-PARAMETER_BOOL(use_deferred_index_hash, "Use Deferred Index hash lookup", 0, 0, NULL)
+PARAMETER_BOOL(use_deferred_index_hash, "Use Deferred Index hash lookup", 1, 0, NULL)
PARAMETER_BOOL(support_xa, "Enable XA two phase commit", 0, 0x0200, NULL)
// #define PARAMETER_BOOL(name, text, default, flags, update_function)
| Thread |
|---|
| • bk commit into 6.0 tree (klewis:1.2790) | klewis | 12 Feb |