List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekilmaz Date:July 23 2007 12:30pm
Subject:bk commit into 6.0-falcon tree (hakank:1.2654)
View as plain text  
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-23 12:29:57+02:00, hakank@stripped +2 -0
  Added tests for new falcon parameters.

  mysql-test/r/falcon_options2.result@stripped, 2007-07-23 12:29:52+02:00, hakank@stripped
+11 -8
    Adjusted result file.

  mysql-test/t/falcon_options2.test@stripped, 2007-07-23 12:29:52+02:00, hakank@stripped +6
-3
    Added tests for new falcon parameters.

# 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:	au0012.local
# Root:	/Users/hakan/work/mysql/mysql-5.1-falcon

--- 1.7/mysql-test/r/falcon_options2.result	2007-07-05 19:06:41 +02:00
+++ 1.8/mysql-test/r/falcon_options2.result	2007-07-23 12:29:52 +02:00
@@ -1,19 +1,22 @@
 SELECT * FROM INFORMATION_SCHEMA.global_variables
 WHERE variable_name LiKE 'falcon_%';
 VARIABLE_NAME	VARIABLE_VALUE
+FALCON_DEBUG_MASK	0
 FALCON_DEBUG_SERVER	ON
 FALCON_INDEX_CHILL_THRESHOLD	4
-FALCON_LOG_DIR	/dummy/test/path/here
-FALCON_LOG_MASK	1234
-FALCON_LOG_WINDOWS	10
 FALCON_MAX_RECORD_MEMORY	4194304
 FALCON_MAX_TRANSACTION_BACKLOG	10000
 FALCON_MIN_RECORD_MEMORY	1073741824
 FALCON_PAGE_CACHE_SIZE	104857600
 FALCON_PAGE_SIZE	16384
 FALCON_RECORD_CHILL_THRESHOLD	5
-SELECT @@falcon_debug_server, @@falcon_log_dir, @@falcon_log_mask,
-@@falcon_max_record_memory, @@falcon_min_record_memory,
-@@falcon_page_cache_size, @@falcon_page_size;
-@@falcon_debug_server	@@falcon_log_dir	@@falcon_log_mask	@@falcon_max_record_memory	@@falcon_min_record_memory	@@falcon_page_cache_size	@@falcon_page_size
-1	/dummy/test/path/here	1234	4194304	1073741824	104857600	16384
+FALCON_SERIAL_LOG_BUFFERS	10
+FALCON_SERIAL_LOG_DIR	
+SELECT @@falcon_debug_mask, @@falcon_debug_server,
+@@falcon_index_chill_threshold, @@falcon_max_record_memory,
+@@falcon_max_transaction_backlog, @@falcon_min_record_memory,
+@@falcon_page_cache_size, @@falcon_page_size,
+@@falcon_record_chill_threshold, @@falcon_serial_log_buffers,
+@@falcon_serial_log_dir;
+@@falcon_debug_mask	@@falcon_debug_server	@@falcon_index_chill_threshold	@@falcon_max_record_memory	@@falcon_max_transaction_backlog	@@falcon_min_record_memory	@@falcon_page_cache_size	@@falcon_page_size	@@falcon_record_chill_threshold	@@falcon_serial_log_buffers	@@falcon_serial_log_dir
+0	1	4	4194304	10000	1073741824	104857600	16384	5	10	NULL

--- 1.2/mysql-test/t/falcon_options2.test	2007-05-27 00:26:45 +02:00
+++ 1.3/mysql-test/t/falcon_options2.test	2007-07-23 12:29:52 +02:00
@@ -6,6 +6,9 @@
 SELECT * FROM INFORMATION_SCHEMA.global_variables
          WHERE variable_name LiKE 'falcon_%';
 
-SELECT @@falcon_debug_server, @@falcon_log_dir, @@falcon_log_mask,
-	   @@falcon_max_record_memory, @@falcon_min_record_memory,
-	   @@falcon_page_cache_size, @@falcon_page_size;
+SELECT @@falcon_debug_mask, @@falcon_debug_server,
+       @@falcon_index_chill_threshold, @@falcon_max_record_memory,
+       @@falcon_max_transaction_backlog, @@falcon_min_record_memory,
+       @@falcon_page_cache_size, @@falcon_page_size,
+       @@falcon_record_chill_threshold, @@falcon_serial_log_buffers,
+       @@falcon_serial_log_dir;
Thread
bk commit into 6.0-falcon tree (hakank:1.2654)Hakan Kuecuekilmaz24 Jul