~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: David Shrewsbury
  • Date: 2010-11-19 15:23:07 UTC
  • mto: (1942.1.3 b)
  • mto: This revision was merged to the branch mainline in revision 1943.
  • Revision ID: shrewsbury.dave@gmail.com-20101119152307-srnssq2n5num5tit
Add --replicate-query option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
/** Log sequence number immediately after startup */
92
92
extern  ib_uint64_t     srv_start_lsn;
93
93
 
 
94
#ifdef __NETWARE__
 
95
void set_panic_flag_for_netware(void);
 
96
#endif
 
97
 
94
98
#ifdef HAVE_DARWIN_THREADS
95
99
/** TRUE if the F_FULLFSYNC option is available */
96
100
extern  ibool   srv_have_fullfsync;