~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2011-01-15 18:13:06 UTC
  • mfrom: (2087.1.2 build)
  • Revision ID: kalebral@gmail.com-20110115181306-v6lyo8ngjl2pzcqw
Merge Monty - fix bug 702571: InnoDB should have file-per-table on by default
Merge Monty - fix bug 583375: support configure option to specify static/dynamic build for a plugin

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 char*    srv_file_flush_method_str;
 
191
extern std::string 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