From 5054fdd8347a35414215f8a43593f928ee295f48 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 10 Mar 2005 15:38:09 +0200 Subject: 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. --- innobase/include/rem0rec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'innobase') 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 -- cgit v1.2.1