~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/null.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-20 11:52:00 UTC
  • mto: This revision was merged to the branch mainline in revision 2345.
  • Revision ID: olafvdspek@gmail.com-20110620115200-3e1oauzkhoyxr0bl
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
namespace drizzled {
26
26
 
27
 
unsigned char Field_null::null[1]= {1};
 
27
unsigned char Field_null::null= 1;
28
28
 
29
29
/****************************************************************************
30
30
  Field_null, a field that always return NULL