~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_base.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:
547
547
 
548
548
/* For number of records */
549
549
#ifdef BIG_TABLES
550
 
#define rows2double(A)  ulonglong2double(A)
 
550
#define rows2double(A)  uint64_t2double(A)
551
551
typedef my_off_t        ha_rows;
552
552
#else
553
553
#define rows2double(A)  (double) (A)