~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/mf_iocache.cc

  • Committer: Tim Penhey
  • Date: 2010-01-22 02:01:19 UTC
  • mto: (1271.7.10)
  • mto: This revision was merged to the branch mainline in revision 1293.
  • Revision ID: tim@penhey.net-20100122020119-p9byyl1bpzw1b8ws
change the include files

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
#include "drizzled/internal/mysys_priv.h"
51
51
#include "drizzled/internal/m_string.h"
52
52
#ifdef HAVE_AIOWAIT
53
 
#include "drizzled/my_error.h"
 
53
#include "drizzled/error.h"
54
54
#include "drizzled/internal/aio_result.h"
55
55
static void my_aiowait(my_aio_result *result);
56
56
#endif