~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/myisam_priv.h

  • Committer: Brian Aker
  • Date: 2010-08-13 18:47:12 UTC
  • mfrom: (1703.1.4 staging)
  • Revision ID: brian@tangent.org-20100813184712-rx8hjq33powaaqlv
Merge MyISAM changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <string.h>
32
32
#include <list>
33
33
 
 
34
#include <boost/thread/mutex.hpp>
 
35
 
34
36
#if defined(my_write)
35
37
#undef my_write                         /* undef map from my_nosys; We need test-if-disk full */
36
38
#endif
471
473
#define MI_UNIQUE_HASH_TYPE     HA_KEYTYPE_ULONG_INT
472
474
#define mi_unique_store(A,B)    mi_int4store((A),(B))
473
475
 
474
 
extern pthread_mutex_t THR_LOCK_myisam;
 
476
extern boost::mutex THR_LOCK_myisam;
475
477
 
476
478
        /* Some extern variables */
477
479