~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.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:
120
120
    }
121
121
 
122
122
  public:
123
 
    const CHARSET_INFO *scs;
 
123
    const charset_info_st *scs;
124
124
 
125
125
    Generator(Field **arg);
126
126
    virtual ~Generator()