~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-10-20 20:26:18 UTC
  • mfrom: (1859.2.13 refactor)
  • Revision ID: brian@tangent.org-20101020202618-9222n39lm329urv5
Merge for Brian 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (C) 1995, 2009, Innobase Oy. All Rights Reserved.
 
3
Copyright (c) 1995, 2009, Innobase Oy. All Rights Reserved.
4
4
 
5
5
This program is free software; you can redistribute it and/or modify it under
6
6
the terms of the GNU General Public License as published by the Free Software
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;