~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/mf_iocache.cc

  • Committer: Monty Taylor
  • Date: 2008-10-06 04:45:56 UTC
  • mfrom: (438.1.13 drizzle)
  • Revision ID: monty@inaugust.com-20081006044556-5urk8k3yhnnl3o1p
Merged in from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
  flush_io_cache().  
33
33
*/
34
34
#include <drizzled/server_includes.h>
35
 
#ifdef HAVE_REPLICATION
36
35
 
37
36
extern "C" {
38
37
 
81
80
}
82
81
 
83
82
} /* extern "C" */
84
 
#endif /* HAVE_REPLICATION */