~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-08-10 21:48:03 UTC
  • mfrom: (2258.3.6 percona-sign-problem)
  • Revision ID: me@mark.atwood.name-20110810214803-5y47vom6tw7ssw0e
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
if this fails for a log block, then it is equivalent to a media failure in the
102
102
log. */
103
103
 
104
 
#define OS_FILE_LOG_BLOCK_SIZE          512
 
104
#define OS_FILE_LOG_BLOCK_SIZE          srv_log_block_size
105
105
 
106
106
/** Options for file_create @{ */
107
107
#define OS_FILE_OPEN                    51
190
190
extern ulint    os_n_file_writes;
191
191
extern ulint    os_n_fsyncs;
192
192
 
 
193
extern uint32_t srv_log_block_size;
 
194
 
193
195
#ifdef UNIV_PFS_IO
194
196
/* Keys to register InnoDB I/O with performance schema */
195
197
extern mysql_pfs_key_t  innodb_file_data_key;