~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_iocache.cc

  • Committer: Brian Aker
  • Date: 2009-04-18 04:11:05 UTC
  • mfrom: (994.2.7 mordred)
  • Revision ID: brian@gaz-20090418041105-on190pr8bfgvajs6
Tags: 2009.04.997
Merge Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  write buffer to the read buffer before we start to reuse it.
48
48
*/
49
49
 
50
 
#include "mysys_priv.h"
 
50
#include "mysys/mysys_priv.h"
51
51
#include <mystrings/m_string.h>
52
52
#ifdef HAVE_AIOWAIT
53
 
#include "mysys_err.h"
 
53
#include "mysys/mysys_err.h"
54
54
#include <mysys/aio_result.h>
55
55
static void my_aiowait(my_aio_result *result);
56
56
#endif