~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/oldlibdrizzle/oldlibdrizzle.cc

  • Committer: Brian Aker
  • Date: 2009-11-02 20:55:06 UTC
  • mfrom: (971.7.7 eday-dev)
  • Revision ID: brian@gaz-20091102205506-20y1mki0uft56jzy
MergeĀ Eric

Show diffs side-by-side

added added

removed removed

Lines of Context:
422
422
    /* No conversion */
423
423
    int2store(pos, field.charsetnr);
424
424
    int4store(pos+2, field.length);
425
 
    pos[6]= field.type;
 
425
    /* Add one to compensate for tinyint removal from enum. */
 
426
    pos[6]= field.type + 1;
426
427
    int2store(pos+7,field.flags);
427
428
    pos[9]= (char) field.decimals;
428
429
    pos[10]= 0;                // For the future