~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/xid.cc

  • Committer: Monty Taylor
  • Date: 2011-03-10 18:09:05 UTC
  • mfrom: (2225.2.2 refactor)
  • mto: This revision was merged to the branch mainline in revision 2228.
  • Revision ID: mordred@inaugust.com-20110310180905-ttx05t7q7ff6nl7c
Merge Olad: Refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
#include <config.h>
21
 
#include <string.h>
 
21
#include <cstring>
22
22
 
23
 
#include <drizzled/my_hash.h>
24
23
#include <drizzled/xid.h>
25
24
#include <drizzled/charset.h>
26
25
#include <drizzled/global_charset_info.h>
27
26
#include <drizzled/charset_info.h>
28
 
#include <boost/thread/locks.hpp>
29
 
#include <boost/thread/mutex.hpp>
30
27
 
31
28
namespace drizzled {
32
29