~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_open.cc

  • Committer: Andrew Hutchings
  • Date: 2011-03-29 20:45:43 UTC
  • mfrom: (2257 drizzle)
  • mto: (2257.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: andrew@linuxjedi.co.uk-20110329204543-ssex0nuo8knncgwx
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <drizzled/global_charset_info.h>
30
30
#include <drizzled/charset.h>
31
31
#include <drizzled/memory/multi_malloc.h>
 
32
#include <drizzled/identifier.h>
32
33
 
33
34
 
34
35
using namespace std;
770
771
  state->state.empty    = mi_sizekorr(ptr);     ptr +=8;
771
772
  state->state.key_empty= mi_sizekorr(ptr);     ptr +=8;
772
773
  state->auto_increment=mi_uint8korr(ptr);      ptr +=8;
773
 
  state->state.checksum=(internal::ha_checksum) mi_uint8korr(ptr);      ptr +=8;
 
774
  state->state.checksum=(ha_checksum) mi_uint8korr(ptr);        ptr +=8;
774
775
  state->process= mi_uint4korr(ptr);            ptr +=4;
775
776
  state->unique = mi_uint4korr(ptr);            ptr +=4;
776
777
  state->status = mi_uint4korr(ptr);            ptr +=4;