From: Hakan Kuecuekyilmaz Date: June 12 2007 5:02pm Subject: bk commit into 6.0-falcon tree (hakank:1.2562) List-Archive: http://lists.mysql.com/commits/28587 Message-Id: <20070612170235.56D78204111@lu0011.wdf.sap.corp> 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-06-12 19:02:28+02:00, hakank@stripped +2 -0 Adjusted result file. mysql-test/r/falcon_options.result@stripped, 2007-06-12 19:02:24+02:00, hakank@stripped +2 -0 Adjusted result file. mysql-test/r/falcon_options2.result@stripped, 2007-06-12 19:02:24+02:00, hakank@stripped +1 -0 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: lu0011.wdf.sap.corp # Root: /home/hakan/work/mysql/mysql-5.1-falcon --- 1.4/mysql-test/r/falcon_options.result 2007-06-02 08:01:37 +02:00 +++ 1.5/mysql-test/r/falcon_options.result 2007-06-12 19:02:24 +02:00 @@ -10,6 +10,7 @@ falcon_page_cache_size 4194304 falcon_page_size 4096 falcon_record_chill_threshold 5 +falcon_tablespace_mode 0 SELECT @@GLOBAL.falcon_debug_server; @@GLOBAL.falcon_debug_server 0 @@ -60,3 +61,4 @@ FALCON_PAGE_CACHE_SIZE 4194304 FALCON_PAGE_SIZE 4096 FALCON_RECORD_CHILL_THRESHOLD 5 +FALCON_TABLESPACE_MODE 0 --- 1.4/mysql-test/r/falcon_options2.result 2007-06-02 08:01:58 +02:00 +++ 1.5/mysql-test/r/falcon_options2.result 2007-06-12 19:02:24 +02:00 @@ -11,6 +11,7 @@ FALCON_PAGE_CACHE_SIZE 104857600 FALCON_PAGE_SIZE 16384 FALCON_RECORD_CHILL_THRESHOLD 5 +FALCON_TABLESPACE_MODE 0 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;