~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/num.h

  • Committer: Joe Daly
  • Date: 2010-01-06 02:20:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1267.
  • Revision ID: skinny.moey@gmail.com-20100106022042-8ov23wc4aq8f9k7d
rename hash_algorithm to algorithm

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
 
1
/* - mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
4
 *  Copyright (C) 2008 MySQL
23
23
 
24
24
#include "drizzled/field.h"
25
25
 
26
 
namespace drizzled
27
 
{
28
 
 
29
26
class Field_num :public Field 
30
27
{
31
28
public:
52
49
               int64_t signed_min, int64_t signed_max);
53
50
};
54
51
 
55
 
} /* namespace drizzled */
56
52
 
57
53
#endif /* DRIZZLED_FIELD_NUM_H */