~percona-core/percona-server/5.5

« back to all changes in this revision

Viewing changes to storage/innobase/include/log0log.h

  • Committer: Laurynas Biveinis
  • Date: 2014-07-15 05:09:37 UTC
  • mfrom: (661.5.1 5.5)
  • Revision ID: laurynas.biveinis@percona.com-20140715050937-huy2lf3oy59xa133
AutomergeĀ lp:~laurynas-biveinis/percona-server/bug1193332-5.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
581
581
log_mem_free(void);
582
582
/*==============*/
583
583
 
 
584
/****************************************************************//**
 
585
Safely reads the log_sys->tracked_lsn value.  Uses atomic operations
 
586
if available, otherwise this field is protected with the log system
 
587
mutex.  The writer counterpart function is log_set_tracked_lsn() in
 
588
log0online.c.
 
589
 
 
590
@return log_sys->tracked_lsn value. */
 
591
UNIV_INLINE
 
592
ib_uint64_t
 
593
log_get_tracked_lsn(void);
 
594
/*=====================*/
 
595
 
584
596
extern log_t*   log_sys;
585
597
 
586
598
/* Values used as flags */