~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/item.cc

MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

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