~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/row/row0merge.cc

  • Committer: Henrik Ingo
  • Date: 2011-09-23 06:14:37 UTC
  • mfrom: (2425 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2439.
  • Revision ID: henrik.ingo@avoinelama.fi-20110923061437-ct1wedkb9s47uy2t
Merge newest trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
row_merge_block_t.  Thus, it must be able to hold one merge record,
99
99
whose maximum size is the same as the minimum size of
100
100
row_merge_block_t. */
101
 
typedef byte    mrec_buf_t[UNIV_PAGE_SIZE];
 
101
typedef byte    mrec_buf_t[UNIV_PAGE_SIZE_MAX];
102
102
 
103
103
/** @brief Merge record in row_merge_block_t.
104
104