summaryrefslogtreecommitdiff
path: root/innobase
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2005-03-10 15:38:09 +0200
committerunknown <marko@hundin.mysql.fi>2005-03-10 15:38:09 +0200
commit5054fdd8347a35414215f8a43593f928ee295f48 (patch)
treebb55cc5aa507a4edf6778e5add3da329ad2bd170 /innobase
parent066e8900d63e85500b7f6a48b2cada93924aa600 (diff)
downloadmariadb-git-5054fdd8347a35414215f8a43593f928ee295f48.tar.gz
rem0rec.h:
Restore sensible values to REC_OFFS_NORMAL_SIZE and REC_OFFS_SMALL_SIZE. innobase/include/rem0rec.h: Restore sensible values to REC_OFFS_NORMAL_SIZE and REC_OFFS_SMALL_SIZE.
Diffstat (limited to 'innobase')
-rw-r--r--innobase/include/rem0rec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/include/rem0rec.h b/innobase/include/rem0rec.h
index ad7397fa140..134c37c8030 100644
--- a/innobase/include/rem0rec.h
+++ b/innobase/include/rem0rec.h
@@ -38,8 +38,8 @@ in addition to the data and the offsets */
/* 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