~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 19:39:24 UTC
  • Revision ID: brian@tangent.org-20080713193924-tf5yc33skcq224uf
More my_bool conversion. This time the set_var class.

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
 
        uint64_t        lspent_time; /* mutex os_wait timer msec */
507
 
        uint64_t        lmax_spent_time; /* mutex os_wait timer msec */
 
506
        ulonglong       lspent_time; /* mutex os_wait timer msec */
 
507
        ulonglong       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 */