~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/dtoa.cc

  • Committer: Henrik Ingo
  • Date: 2011-09-23 06:14:37 UTC
  • mfrom: (2425 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2439.
  • Revision ID: henrik.ingo@avoinelama.fi-20110923061437-ct1wedkb9s47uy2t
Merge newest trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
600
600
{
601
601
  union {
602
602
    ULong *x;              /* points right after this Bigint object */
603
 
    struct Bigint *next;   /* to maintain free lists */
604
603
  } p;
605
604
  int k;                   /* 2^k = maxwds */
606
605
  int maxwds;              /* maximum length in 32-bit words */