~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.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:
356
356
  static message::schema::shared_ptr getSchemaDefinition(const drizzled::identifier::Table &identifier);
357
357
  static message::schema::shared_ptr getSchemaDefinition(const drizzled::identifier::Schema &identifier);
358
358
  static bool doesSchemaExist(const drizzled::identifier::Schema &identifier);
359
 
  static const CHARSET_INFO *getSchemaCollation(const drizzled::identifier::Schema &identifier);
 
359
  static const charset_info_st *getSchemaCollation(const drizzled::identifier::Schema &identifier);
360
360
  static bool createSchema(const drizzled::message::Schema &schema_message);
361
361
  static bool dropSchema(Session &session,
362
362
                         const identifier::Schema& identifier,