~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/field/set.cc

  • Committer: Brian Aker
  • Date: 2008-07-26 18:39:33 UTC
  • mfrom: (212.1.3 codestyle)
  • Revision ID: brian@tangent.org-20080726183933-hueup0fcy2zs1hug
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 
76
76
 
77
77
int Field_set::store(int64_t nr,
78
 
                     bool unsigned_val __attribute__((__unused__)))
 
78
                     bool unsigned_val __attribute__((unused)))
79
79
{
80
80
  int error= 0;
81
81
  uint64_t max_nr= set_bits(uint64_t, typelib->count);