~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/function.cc

Remove processlist from old I_S.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
Function::Function(const std::string &name_arg) :
30
30
  drizzled::plugin::StorageEngine(name_arg,
31
31
                                  HTON_ALTER_NOT_SUPPORTED |
 
32
                                  HTON_HAS_DATA_DICTIONARY |
32
33
                                  HTON_SKIP_STORE_LOCK |
33
34
                                  HTON_TEMPORARY_NOT_SUPPORTED)
34
35
{