~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/field.h

  • Committer: Brian Aker
  • Date: 2008-07-09 22:28:14 UTC
  • mfrom: (51.1.21 remove-dbug)
  • Revision ID: brian@tangent.org-20080709222814-h31pc4os5voqt2qx
Brining Jay's patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
495
495
      ((flags >> COLUMN_FORMAT_FLAGS) & COLUMN_FORMAT_MASK);
496
496
  }
497
497
 
498
 
#ifndef DBUG_OFF
499
498
  /* Print field value into debug trace, in NULL-aware way. */
500
499
  void dbug_print()
501
500
  {
511
510
      fprintf(DBUG_FILE, "'%s'", pstr->c_ptr_safe());
512
511
    }
513
512
  }
514
 
#endif
515
513
 
516
514
  /* Hash value */
517
515
  virtual void hash(ulong *nr, ulong *nr2);