~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/include/sync0sync.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:
503
503
        ulong           count_spin_loop; /* count of spin loops */
504
504
        ulong           count_spin_rounds; /* count of spin rounds */
505
505
        ulong           count_os_yield; /* count of os_wait */
506
 
        ulonglong       lspent_time; /* mutex os_wait timer msec */
507
 
        ulonglong       lmax_spent_time; /* mutex os_wait timer msec */
 
506
        uint64_t        lspent_time; /* mutex os_wait timer msec */
 
507
        uint64_t        lmax_spent_time; /* mutex os_wait timer msec */
508
508
        const char*     cmutex_name;/* mutex name */
509
509
        ulint           mutex_type;/* 0 - usual mutex 1 - rw_lock mutex  */
510
510
# endif /* UNIV_DEBUG */