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-08-22 11:48:14+02:00, hakank@stripped +1 -0
Added result of new Falcon variable falcon_initial_allocation.
mysql-test/r/variables.result@stripped, 2007-08-22 11:48:11+02:00, hakank@stripped +6 -0
Added result of new Falcon variable falcon_initial_allocation.
# 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.98/mysql-test/r/variables.result 2007-04-27 19:03:47 +02:00
+++ 1.99/mysql-test/r/variables.result 2007-08-22 11:48:11 +02:00
@@ -308,6 +308,7 @@
0.02887
show variables like '%alloc%';
Variable_name Value
+falcon_initial_allocation 0
query_alloc_block_size 8192
query_prealloc_size 8192
range_alloc_block_size 2048
@@ -315,6 +316,7 @@
transaction_prealloc_size 4096
select * from information_schema.session_variables where variable_name like '%alloc%' order by 1;
VARIABLE_NAME VARIABLE_VALUE
+FALCON_INITIAL_ALLOCATION 0
QUERY_ALLOC_BLOCK_SIZE 8192
QUERY_PREALLOC_SIZE 8192
RANGE_ALLOC_BLOCK_SIZE 2048
@@ -330,6 +332,7 @@
17408
show variables like '%alloc%';
Variable_name Value
+falcon_initial_allocation 0
query_alloc_block_size 17408
query_prealloc_size 18432
range_alloc_block_size 16384
@@ -337,6 +340,7 @@
transaction_prealloc_size 20480
select * from information_schema.session_variables where variable_name like '%alloc%' order by 1;
VARIABLE_NAME VARIABLE_VALUE
+FALCON_INITIAL_ALLOCATION 0
QUERY_ALLOC_BLOCK_SIZE 17408
QUERY_PREALLOC_SIZE 18432
RANGE_ALLOC_BLOCK_SIZE 16384
@@ -347,6 +351,7 @@
set transaction_alloc_block_size=default, @@transaction_prealloc_size=default;
show variables like '%alloc%';
Variable_name Value
+falcon_initial_allocation 0
query_alloc_block_size 8192
query_prealloc_size 8192
range_alloc_block_size 2048
@@ -354,6 +359,7 @@
transaction_prealloc_size 4096
select * from information_schema.session_variables where variable_name like '%alloc%' order by 1;
VARIABLE_NAME VARIABLE_VALUE
+FALCON_INITIAL_ALLOCATION 0
QUERY_ALLOC_BLOCK_SIZE 8192
QUERY_PREALLOC_SIZE 8192
RANGE_ALLOC_BLOCK_SIZE 2048
| Thread |
|---|
| • bk commit into 6.0-falcon tree (hakank:1.2684) | Hakan Kuecuekyilmaz | 22 Aug |