~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/ha_heap.cc

  • Committer: Monty Taylor
  • Date: 2008-11-19 08:07:10 UTC
  • mto: (589.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 590.
  • Revision ID: monty@inaugust.com-20081119080710-wjyg9i0hcfddzss4
Removed field includes from field.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#define DRIZZLE_SERVER 1
17
17
#include <drizzled/server_includes.h>
18
 
#include "ha_heap.h"
19
 
#include "heapdef.h"
 
18
#include <storage/heap/ha_heap.h>
 
19
#include <storage/heap/heapdef.h>
20
20
#include <drizzled/error.h>
21
21
#include <drizzled/table.h>
22
22
#include <drizzled/session.h>
 
23
#include <drizzled/field/timestamp.h>
 
24
#include <drizzled/field/varstring.h>
23
25
 
24
26
static handler *heap_create_handler(handlerton *hton,
25
 
                                    TABLE_SHARE *table, 
 
27
                                    TABLE_SHARE *table,
26
28
                                    MEM_ROOT *mem_root);
27
29
 
28
30
int heap_deinit(void *)
231
233
      return res;
232
234
  }
233
235
  res= heap_write(file,buf);
234
 
  if (!res && (++records_changed*HEAP_STATS_UPDATE_THRESHOLD > 
 
236
  if (!res && (++records_changed*HEAP_STATS_UPDATE_THRESHOLD >
235
237
               file->s->records))
236
238
  {
237
239
    /*