~pblokus/drizzle/struct_to_class

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.h

  • Committer: Brian Aker
  • Date: 2010-03-20 06:15:44 UTC
  • Revision ID: brian@gaz-20100320061544-8dkz9il36m4hwu8s
Simple style cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
397
397
  virtual uint32_t max_supported_key_part_length(void) const { return 255; }
398
398
 
399
399
  /* TODO-> Make private */
400
 
  static int readDefinitionFromPath(TableIdentifier &identifier, message::Table &proto);
401
400
  static int deleteDefinitionFromPath(TableIdentifier &identifier);
402
401
  static int renameDefinitionFromPath(TableIdentifier &dest, TableIdentifier &src);
403
402
  static int writeDefinitionFromPath(TableIdentifier &identifier, message::Table &proto);