~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/item.cc

  • Committer: Brian Aker
  • Date: 2008-07-07 14:25:25 UTC
  • mto: (77.1.25 codestyle)
  • mto: This revision was merged to the branch mainline in revision 82.
  • Revision ID: brian@tangent.org-20080707142525-xzy2nl3ie2ebwfln
LL() cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
905
905
  {
906
906
    longlong value= val_int();
907
907
    int was_cut;
908
 
    if (number_to_datetime(value, ltime, fuzzydate, &was_cut) == LL(-1))
 
908
    if (number_to_datetime(value, ltime, fuzzydate, &was_cut) == -1LL)
909
909
    {
910
910
      char buff[22], *end;
911
911
      end= longlong10_to_str(value, buff, -10);