~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/btr/btr0cur.c

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
/* A BLOB field reference full of zero, for use in assertions and tests.
69
69
Initially, BLOB field references are set to zero, in
70
70
dtuple_convert_big_rec(). */
71
 
UNIV_INTERN const byte field_ref_zero[BTR_EXTERN_FIELD_REF_SIZE];
 
71
UNIV_INTERN const byte field_ref_zero[BTR_EXTERN_FIELD_REF_SIZE]=
 
72
  {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
72
73
 
73
74
/***********************************************************************
74
75
Marks all extern fields in a record as owned by the record. This function