~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/discover_ms.h

  • Committer: Mark Atwood
  • Date: 2011-08-12 04:08:33 UTC
  • mfrom: (2385.2.17 refactor5)
  • Revision ID: me@mark.atwood.name-20110812040833-u6j85nc6ahuc0dtz
mergeĀ lp:~olafvdspek/drizzle/refactor5

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 *
21
21
 */
22
22
 
 
23
#pragma once
23
24
#ifndef __DISCOVER_MS_H__
24
25
#define __DISCOVER_MS_H__
25
26
#include "cslib/CSConfig.h"
64
65
        This is the charater set for non numeric data types including blob data.
65
66
        */
66
67
#ifdef DRIZZLED
67
 
        const drizzled::CHARSET_INFO *field_charset;
 
68
        const drizzled::charset_info_st *field_charset;
68
69
#else
69
70
        CHARSET_INFO *field_charset;
70
71
#endif