~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_sys.h

  • Committer: Lee Bieber
  • Date: 2011-02-09 21:35:27 UTC
  • mfrom: (2152.1.3 build)
  • Revision ID: kalebral@gmail.com-20110209213527-r209zc2yziiyh9zk
Merge Monty - Don't die on warnings in tarballs
Merge Olaf - TYPELIB instances need to be replaced with some STL or Boost datastructure
Merge Vijay - 715312: make test-dbqp should also run 'check'    

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
#include "drizzled/charset_info.h"                    /* for CHARSET_INFO */
37
37
#include <stdarg.h>
38
 
#include "drizzled/typelib.h"
39
38
#include "drizzled/internal/aio_result.h"
40
39
 
41
40
#include "drizzled/memory/root.h"