~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.cc

  • Committer: Mark Atwood
  • Date: 2011-08-17 19:14:47 UTC
  • mfrom: (2385.3.17 rf)
  • Revision ID: me@mark.atwood.name-20110817191447-h86yzddvycd0xmof
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 
89
89
class MyisamEngine : public plugin::StorageEngine
90
90
{
91
 
  MyisamEngine();
92
 
  MyisamEngine(const MyisamEngine&);
93
 
  MyisamEngine& operator=(const MyisamEngine&);
94
91
public:
95
92
  explicit MyisamEngine(string name_arg) :
96
93
    plugin::StorageEngine(name_arg,