~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 18:27:33 UTC
  • Revision ID: brian@tangent.org-20080713182733-3u1et5nrmofi8a8n
my_bool cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include "sync0arr.h"
19
19
 
20
20
#ifndef UNIV_HOTBACKUP
21
 
extern my_bool  timed_mutexes;
 
21
extern bool     timed_mutexes;
22
22
#endif /* UNIV_HOTBACKUP */
23
23
 
24
24
/**********************************************************************