~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/strfunc.cc

  • Committer: Brian Aker
  • Date: 2008-07-13 22:45:08 UTC
  • Revision ID: brian@tangent.org-20080713224508-hb20z4okblotb39a
longlong replacement

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        *set_warning= 1;
79
79
      }
80
80
      else
81
 
        found|= ((longlong) 1 << (find - 1));
 
81
        found|= ((int64_t) 1 << (find - 1));
82
82
      if (pos >= end)
83
83
        break;
84
84
      start= pos + mblen;