~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Patrick
  • Date: 2009-06-15 03:51:46 UTC
  • mto: This revision was merged to the branch mainline in revision 1070.
  • Revision ID: patg@testpatg.com-20090615035146-ez77hfbdyhfm3bow
Fix for Centos 5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2705
2705
          We have to reserve one byte here for NULL bits,
2706
2706
          as this is updated by 'end_update()'
2707
2707
        */
2708
 
        *pos++= NULL;                           // Null is stored here
 
2708
        *pos++= '\0';                           // Null is stored here
2709
2709
        recinfo->length= 1;
2710
2710
        recinfo->type=FIELD_NORMAL;
2711
2711
        recinfo++;