~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/myisam_priv.h

  • Committer: lbieber
  • Date: 2010-10-05 21:14:30 UTC
  • mfrom: (1775.5.2 bug621331)
  • mto: This revision was merged to the branch mainline in revision 1814.
  • Revision ID: lbieber@orisndriz08-20101005211430-xmy19fcls25swctl
Merge Billy - fix bug 621331 - Replace use of stringstream with boost::lexical_cast

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
 
  uint64_t options;                     /* Options used */
 
215
  ulong 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;