~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/trx0sys.h

  • 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:
455
455
/** Contents of TRX_SYS_MYSQL_LOG_MAGIC_N_FLD */
456
456
#define TRX_SYS_MYSQL_LOG_MAGIC_N       873422344
457
457
 
458
 
#if UNIV_PAGE_SIZE < 4096
459
 
# error "UNIV_PAGE_SIZE < 4096"
460
 
#endif
461
458
/** The offset of the MySQL replication info in the trx system header;
462
459
this contains the same fields as TRX_SYS_MYSQL_LOG_INFO below */
463
460
#define TRX_SYS_MYSQL_MASTER_LOG_INFO   (UNIV_PAGE_SIZE - 2000)