~stewart/drizzle/use-catalog-for-path

« back to all changes in this revision

Viewing changes to plugin/innobase/include/ha_prototypes.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 "trx0types.h"
34
34
#if !defined(BUILD_DRIZZLE)
35
 
# include "m_ctype.h" /* CHARSET_INFO */
 
35
# include "m_ctype.h" /* charset_info_st */
36
36
 
37
37
/*********************************************************************//**
38
38
Wrapper around MySQL's copy_and_convert function.