~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_base.h

MergedĀ fromĀ trunk.

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)