~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/item.cc

  • Committer: Brian Aker
  • Date: 2008-07-11 00:33:12 UTC
  • mfrom: (51.1.83 remove-dbug)
  • Revision ID: brian@tangent.org-20080711003312-f4sf5n2z3obor1u8
Comming Jay's merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
2276
2276
  max_length= length;
2277
2277
  maybe_null= 0;
2278
2278
  /* max_length and decimals are set after charset conversion */
2279
 
  /* sic: str may be not null-terminated, don't add DBUG_PRINT here */
 
2279
  /* sic: str may be not null-terminated */
2280
2280
  return(false);
2281
2281
}
2282
2282