Commit 5054fdd8 authored by unknown's avatar unknown

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.
parent 066e8900
...@@ -38,8 +38,8 @@ in addition to the data and the offsets */ ...@@ -38,8 +38,8 @@ in addition to the data and the offsets */
/* Number of elements that should be initially allocated for the /* Number of elements that should be initially allocated for the
offsets[] array, first passed to rec_get_offsets() */ offsets[] array, first passed to rec_get_offsets() */
#define REC_OFFS_NORMAL_SIZE 1/*00*/ #define REC_OFFS_NORMAL_SIZE 100
#define REC_OFFS_SMALL_SIZE 1/*0*/ #define REC_OFFS_SMALL_SIZE 10
/********************************************************** /**********************************************************
The following function is used to get the offset of the The following function is used to get the offset of the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment