~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-08-10 21:48:03 UTC
  • mfrom: (2258.3.6 percona-sign-problem)
  • Revision ID: me@mark.atwood.name-20110810214803-5y47vom6tw7ssw0e
merge

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