~dshrews/drizzle/bug656474

« back to all changes in this revision

Viewing changes to plugin/myisam/myisam_priv.h

  • Committer: lbieber
  • Date: 2010-10-07 02:59:11 UTC
  • mfrom: (1818.1.2 build)
  • Revision ID: lbieber@orisndriz08-20101007025911-rz1n8q23hrwxks6v
Merge Brian - Fix a large number of warning issues on ICC. sql_string becomes 64bit
Merge Monty - clean up ICC warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
  ulong this_process;                   /* processid */
213
213
  ulong last_process;                   /* For table-change-check */
214
214
  ulong last_version;                   /* Version on start */
215
 
  ulong options;                        /* Options used */
 
215
  uint64_t options;                     /* Options used */
216
216
  ulong min_pack_length;                /* Theese are used by packed data */
217
217
  ulong max_pack_length;
218
218
  ulong state_diff_length;