~ubuntu-branches/ubuntu/saucy/drizzle/saucy-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

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;