~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/num.cc

  • Committer: Brian Aker
  • Date: 2010-12-20 19:24:24 UTC
  • mfrom: (2008.2.5 integer-refactor)
  • Revision ID: brian@tangent.org-20101220192424-iyccxsagvuw43kaz
A rather large and tasty cleanup of issues around ints, and one additional
fix for alter table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
  if (getTable()->in_use->count_cuted_fields &&
136
136
      check_int(cs, from, len, end, error))
137
137
    return 1;
 
138
 
138
139
  return 0;
139
140
 
140
141
out_of_range: