~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/num.cc

  • Committer: Brian Aker
  • Date: 2010-12-19 19:05:28 UTC
  • mto: This revision was merged to the branch mainline in revision 2016.
  • Revision ID: brian@tangent.org-20101219190528-5nuq9ru0igvl5yxu
Remove MyISAM byte bit flip.

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: