~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/item.cc

  • Committer: Brian Aker
  • Date: 2008-07-07 16:07:49 UTC
  • mfrom: (80.1.1 food)
  • Revision ID: brian@tangent.org-20080707160749-qj89fnnwufz4xgop
Clean up install, we no longer have system tables.

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);