~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/archive_performance.c

  • Committer: Brian Aker
  • Date: 2008-07-07 14:25:25 UTC
  • mto: (77.1.25 codestyle)
  • mto: This revision was merged to the branch mainline in revision 82.
  • Revision ID: brian@tangent.org-20080707142525-xzy2nl3ie2ebwfln
LL() cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
char test_string[BUFFER_LEN];
39
39
 
40
 
#define ROWS_TO_TEST LL(2000000)
 
40
#define ROWS_TO_TEST 2000000LL
41
41
 
42
42
/* prototypes */
43
43
long int timedif(struct timeval a, struct timeval b);