~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/int64.cc

  • Committer: Brian Aker
  • Date: 2010-12-22 08:40:40 UTC
  • mto: This revision was merged to the branch mainline in revision 2018.
  • Revision ID: brian@tangent.org-20101222084040-tr0s7t0l61clwzeo
Fix for 693309.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
int Int64::store(int64_t nr, bool arg)
108
108
{
109
109
  int error= 0;
110
 
  (void)arg;
111
110
 
112
111
  ASSERT_COLUMN_MARKED_FOR_WRITE;
113
112
  if (arg and (nr < 0)) // Only a partial fix for overflow