~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/myisam_priv.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-06 15:49:49 UTC
  • mto: (2226.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2227.
  • Revision ID: olafvdspek@gmail.com-20110306154949-zzso0l15mbwi60xb
Provide drizzle/drizzle.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#ifndef PLUGIN_MYISAM_MYISAM_PRIV_H
19
19
#define PLUGIN_MYISAM_MYISAM_PRIV_H
20
20
 
21
 
#include "config.h"
 
21
#include <config.h>
 
22
 
22
23
#include "myisam.h"                     /* Structs & some defines */
23
24
#include "myisampack.h"                 /* packing of keys */
24
 
#include "drizzled/tree.h"
25
 
#include "drizzled/internal/my_pthread.h"
 
25
#include <drizzled/tree.h>
 
26
#include <drizzled/internal/my_pthread.h>
26
27
#include <drizzled/thr_lock.h>
27
28
#include <drizzled/common.h>
 
29
#include <drizzled/enum.h>
28
30
 
29
31
#include <assert.h>
30
32
#include <fcntl.h>
686
688
                                    int file, drizzled::internal::my_off_t filepos);
687
689
extern void _my_store_blob_length(unsigned char *pos,uint32_t pack_length,uint32_t length);
688
690
extern void mi_report_error(int errcode, const char *file_name);
 
691
extern void mi_report_error(drizzled::error_t errcode, const char *file_name);
689
692
extern size_t mi_mmap_pread(MI_INFO *info, unsigned char *Buffer,
690
693
                            size_t Count, drizzled::internal::my_off_t offset, drizzled::myf MyFlags);
691
694
extern size_t mi_mmap_pwrite(MI_INFO *info, const unsigned char *Buffer,