~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Henrik Ingo
  • Date: 2011-09-23 06:14:37 UTC
  • mfrom: (2425 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2439.
  • Revision ID: henrik.ingo@avoinelama.fi-20110923061437-ct1wedkb9s47uy2t
Merge newest trunk.

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;