Commit 8c28e4bc authored by marko@hundin.mysql.fi's avatar marko@hundin.mysql.fi

rem0rec.h:

  Restore sensible values to REC_OFFS_NORMAL_SIZE and REC_OFFS_SMALL_SIZE.
parent c4ace2a4
......@@ -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
......
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