~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blackhole/ha_blackhole.cc

Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    return ha_blackhole_exts;
62
62
  }
63
63
 
64
 
  int doCreateTable(Session*, const char *, Table&,
65
 
                    HA_CREATE_INFO&, drizzled::message::Table&);
 
64
  int doCreateTable(Session*, 
 
65
                    const char *,
 
66
                    Table&,
 
67
                    drizzled::message::Table&);
66
68
 
67
69
  int doDropTable(Session&, const string table_name); 
68
70
 
144
146
}
145
147
 
146
148
int BlackholeEngine::doCreateTable(Session*, const char *path,
147
 
                                   Table&, HA_CREATE_INFO&,
 
149
                                   Table&,
148
150
                                   drizzled::message::Table& proto)
149
151
{
150
152
  string serialized_proto;