List:Internals« Previous MessageNext Message »
From:Marko Mäkelä Date:March 10 2005 1:38pm
Subject:bk commit into 5.0 tree (marko:1.1794)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of marko. When marko 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
  1.1794 05/03/10 15:38:09 marko@stripped +1 -0
  rem0rec.h:
    Restore sensible values to REC_OFFS_NORMAL_SIZE and REC_OFFS_SMALL_SIZE.

  innobase/include/rem0rec.h
    1.12 05/03/10 15:37:37 marko@stripped +2 -2
    Restore sensible values to REC_OFFS_NORMAL_SIZE and REC_OFFS_SMALL_SIZE.

# 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:	marko
# Host:	hundin.mysql.fi
# Root:	/home/marko/mysql-5.0

--- 1.11/innobase/include/rem0rec.h	Thu Mar 10 15:15:59 2005
+++ 1.12/innobase/include/rem0rec.h	Thu Mar 10 15:37:37 2005
@@ -38,8 +38,8 @@
 
 /* Number of elements that should be initially allocated for the
 offsets[] array, first passed to rec_get_offsets() */
-#define REC_OFFS_NORMAL_SIZE	1/*00*/
-#define REC_OFFS_SMALL_SIZE	1/*0*/
+#define REC_OFFS_NORMAL_SIZE	100
+#define REC_OFFS_SMALL_SIZE	10
 
 /**********************************************************
 The following function is used to get the offset of the
Thread
bk commit into 5.0 tree (marko:1.1794)Marko Mäkelä10 Mar