~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_sys.h

  • Committer: Brian Aker
  • Date: 2011-03-28 02:46:21 UTC
  • Revision ID: brian@tangent.org-20110328024621-wtkdtlvdplqm0ybf
Shift CHARSET_INFO to charset_info_st

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
#include <drizzled/internal/my_pthread.h>
34
34
 
35
 
#include <drizzled/charset_info.h>                    /* for CHARSET_INFO */
 
35
#include <drizzled/charset_info.h>                    /* for charset_info_st */
36
36
#include <stdarg.h>
37
37
#include <drizzled/internal/aio_result.h>
38
38