~drizzle-developers/ubuntu/karmic/drizzle/ppa

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-11-24 18:44:57 UTC
  • mfrom: (1308.1.31 trunk)
  • Revision ID: mordred@inaugust.com-20101124184457-qd6jvoe2wgnvl3yq
Tags: 2010.11.04-0ubuntu1~karmic1
* New upstream release.
* Turn off -Werror for packaging builds. (Closes: #602662)

Show diffs side-by-side

added added

removed removed

Lines of Context:
333
333
void
334
334
trx_sys_file_format_tag_init(void);
335
335
/*==============================*/
 
336
#ifndef UNIV_HOTBACKUP
336
337
/*****************************************************************//**
337
338
Shutdown/Close the transaction system. */
338
339
UNIV_INTERN
339
340
void
340
341
trx_sys_close(void);
341
342
/*===============*/
 
343
#endif /* !UNIV_HOTBACKUP */
342
344
/*****************************************************************//**
343
345
Get the name representation of the file format from its id.
344
346
@return pointer to the name */
495
497
                                                within that file */
496
498
#define TRX_SYS_MYSQL_LOG_NAME          12      /*!< MySQL log file name */
497
499
 
498
 
#ifndef UNIV_HOTBACKUP
499
500
/** Doublewrite buffer */
500
501
/* @{ */
501
502
/** The offset of the doublewrite buffer header on the trx system header page */
547
548
#define TRX_SYS_DOUBLEWRITE_BLOCK_SIZE  FSP_EXTENT_SIZE
548
549
/* @} */
549
550
 
 
551
#ifndef UNIV_HOTBACKUP
550
552
/** File format tag */
551
553
/* @{ */
552
554
/** The offset of the file format tag on the trx system header page