~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

updating

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
extern ib_uint64_t      srv_archive_recovery_limit_lsn;
189
189
#endif /* UNIV_LOG_ARCHIVE */
190
190
 
191
 
extern std::string srv_file_flush_method_str;
 
191
extern char*    srv_file_flush_method_str;
192
192
extern ulint    srv_unix_file_flush_method;
193
193
extern ulint    srv_win_file_flush_method;
194
194