Below is the list of changes that have just been committed into a local
6.0-falcon repository of hakan. When hakan 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, 2007-07-05 17:32:55+02:00, hakank@stripped +1 -0
Adjusted result file.
mysql-test/r/falcon_options.result@stripped, 2007-07-05 17:31:30+02:00, hakank@stripped +4 -2
Adjusted result file.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: hakank
# Host: lu0008.wdf.sap.corp
# Root: /home/hakan/work/mysql/mysql-5.1-falcon
--- 1.6/mysql-test/r/falcon_options.result 2007-07-05 17:33:07 +02:00
+++ 1.7/mysql-test/r/falcon_options.result 2007-07-05 17:33:07 +02:00
@@ -3,9 +3,10 @@ Variable_name Value
falcon_debug_server OFF
falcon_index_chill_threshold 4
falcon_log_dir
-falcon_log_mask 8191
+falcon_log_mask 0
falcon_log_windows 10
falcon_max_record_memory 20971520
+falcon_max_transaction_backlog 10000
falcon_min_record_memory 0
falcon_page_cache_size 4194304
falcon_page_size 4096
@@ -42,7 +43,7 @@ SET GLOBAL falcon_page_size = 1K;
ERROR HY000: Variable 'falcon_page_size' is a read only variable
SELECT @@GLOBAL.falcon_log_mask;
@@GLOBAL.falcon_log_mask
-8191
+0
SET GLOBAL falcon_log_mask = 4096;
SELECT @@GLOBAL.falcon_log_mask;
@@GLOBAL.falcon_log_mask
@@ -56,6 +57,7 @@ FALCON_LOG_DIR
FALCON_LOG_MASK 4096
FALCON_LOG_WINDOWS 10
FALCON_MAX_RECORD_MEMORY 20971520
+FALCON_MAX_TRANSACTION_BACKLOG 10000
FALCON_MIN_RECORD_MEMORY 0
FALCON_PAGE_CACHE_SIZE 4194304
FALCON_PAGE_SIZE 4096
| Thread |
|---|
| • bk commit into 6.0-falcon tree (hakank:1.2587) | Hakan Kuecuekyilmaz | 5 Jul |