~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/null.h

  • Committer: Monty Taylor
  • Date: 2009-01-30 04:39:04 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130043904-gphdonl7m6zdz06v
Cleaned up warnings up through innodb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
class Field_null :public Field_str {
31
31
  static unsigned char null[1];
32
32
public:
 
33
 
 
34
  using Field::store;
 
35
  using Field::val_str;
 
36
  using Field::cmp;
 
37
 
33
38
  Field_null(unsigned char *ptr_arg, uint32_t len_arg,
34
39
             enum utype unireg_check_arg, const char *field_name_arg,
35
40
             const CHARSET_INFO * const cs)