~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.cc

  • Committer: Monty
  • Date: 2008-10-02 05:41:33 UTC
  • mfrom: (398.1.10 codestyle)
  • Revision ID: mordred@scylla.inaugust.com-20081002054133-tyxv5bmqpazfaqqi
Merged up to 408 of stdint-includes-fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
900
900
  {
901
901
    int64_t value= val_int();
902
902
    int was_cut;
903
 
    if (number_to_datetime(value, ltime, fuzzydate, &was_cut) == -1LL)
 
903
    if (number_to_datetime(value, ltime, fuzzydate, &was_cut) == -1L)
904
904
    {
905
905
      char buff[22], *end;
906
906
      end= int64_t10_to_str(value, buff, -10);