~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/sql_string.h

  • Committer: Brian Aker
  • Date: 2008-07-13 22:21:51 UTC
  • Revision ID: brian@tangent.org-20080713222151-fv2tcpbsc829j2oc
Ulonglong to uint64_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
    str_charset=cs;
143
143
  }
144
144
  bool set(longlong num, CHARSET_INFO *cs);
145
 
  bool set(ulonglong num, CHARSET_INFO *cs);
 
145
  bool set(uint64_t num, CHARSET_INFO *cs);
146
146
  bool set(double num,uint decimals, CHARSET_INFO *cs);
147
147
 
148
148
  /*