List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:August 14 2006 1:53pm
Subject:bk commit into 5.1 tree (cmiller:1.2277)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of cmiller. When cmiller 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, 2006-08-14 09:53:18-04:00, cmiller@stripped +1 -0
  Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new-maint
  into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-new-maint
  MERGE: 1.2270.1.2

  sql/mysqld.cc@stripped, 2006-08-14 09:53:09-04:00, cmiller@stripped +0 -0
    Auto merged
    MERGE: 1.573.1.1

# 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:	cmiller
# Host:	zippy.cornsilk.net
# Root:	/home/cmiller/work/mysql/mysql-5.1-new-maint/RESYNC

--- 1.574/sql/mysqld.cc	2006-08-14 09:53:26 -04:00
+++ 1.575/sql/mysqld.cc	2006-08-14 09:53:26 -04:00
@@ -6223,7 +6223,7 @@
    "If an in-memory temporary table exceeds this size, MySQL will automatically convert it to an on-disk MyISAM table.",
    (gptr*) &global_system_variables.tmp_table_size,
    (gptr*) &max_system_variables.tmp_table_size, 0, GET_ULONG,
-   REQUIRED_ARG, 32*1024*1024L, 1024, ~0L, 0, 1, 0},
+   REQUIRED_ARG, 16*1024*1024L, 1024, ~0L, 0, 1, 0},  /* See  max_heap_table_size . */
   {"transaction_alloc_block_size", OPT_TRANS_ALLOC_BLOCK_SIZE,
    "Allocation block size for transactions to be stored in binary log",
    (gptr*) &global_system_variables.trans_alloc_block_size,
Thread
bk commit into 5.1 tree (cmiller:1.2277)Chad MILLER14 Aug