~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/blackhole/ha_blackhole.cc

  • Committer: Brian Aker
  • Date: 2008-09-26 23:52:54 UTC
  • Revision ID: brian@tangent.org-20080926235254-537jgpyq4g4ce0n2
First pass to dump legacy types (wow! this has been a long time coming)

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
  handlerton *blackhole_hton;
277
277
  blackhole_hton= (handlerton *)p;
278
278
  blackhole_hton->state= SHOW_OPTION_YES;
279
 
  blackhole_hton->db_type= DB_TYPE_BLACKHOLE_DB;
280
279
  blackhole_hton->create= blackhole_create_handler;
281
280
  blackhole_hton->flags= HTON_CAN_RECREATE;
282
281