~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blackhole/ha_blackhole.cc

  • Committer: Brian Aker
  • Date: 2009-11-11 08:56:12 UTC
  • mfrom: (1208.2.2 staging)
  • Revision ID: brian@gaz-20091111085612-pk163wdjmxxqb2oc
Merge new Truncate

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
{
42
42
public:
43
43
  BlackholeEngine(const string &name_arg)
44
 
   : drizzled::plugin::StorageEngine(name_arg, HTON_FILE_BASED | HTON_HAS_DATA_DICTIONARY | HTON_CAN_RECREATE) 
 
44
   : drizzled::plugin::StorageEngine(name_arg, HTON_FILE_BASED | HTON_HAS_DATA_DICTIONARY) 
45
45
  {
46
46
    table_definition_ext= BLACKHOLE_EXT;
47
47
  }