~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blackhole/ha_blackhole.cc

  • Committer: Brian Aker
  • Date: 2010-03-27 22:07:54 UTC
  • Revision ID: brian@gaz-20100327220754-oyblbdq203b1xxse
Remove dead type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                                     HTON_NULL_IN_KEY |
57
57
                                     HTON_CAN_INDEX_BLOBS |
58
58
                                     HTON_SKIP_STORE_LOCK |
59
 
                                     HTON_AUTO_PART_KEY |
60
 
                                     HTON_HAS_DATA_DICTIONARY),
 
59
                                     HTON_AUTO_PART_KEY),
61
60
    blackhole_open_tables()
62
61
  {
63
62
    table_definition_ext= BLACKHOLE_EXT;