~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2011-02-22 06:12:02 UTC
  • mfrom: (2190.1.6 drizzle-build)
  • Revision ID: brian@tangent.org-20110222061202-k03czxykqy4x9hjs
List update, header fixes, multiple symbols, and David deletes some code.

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
 
 
98
94
#ifdef HAVE_DARWIN_THREADS
99
95
/** TRUE if the F_FULLFSYNC option is available */
100
96
extern  ibool   srv_have_fullfsync;