~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/show_engine_status.cc

Added code necessary for building plugins dynamically.
Merged in changes from lifeless to allow autoreconf to work.
Touching plugin.ini files now triggers a rebuid - so config/autorun.sh is no
longer required to be run after touching those.
Removed the duplicate plugin names - also removed the issue that getting them
different would silently fail weirdly later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
{
70
70
  drizzled::plugin::StorageEngine *engine;
71
71
 
72
 
  if ((engine= plugin::StorageEngine::findByName(session, engine_name)))
 
72
  if ((engine= plugin::StorageEngine::findByName(*session, engine_name)))
73
73
  {
74
74
    bool res= show_status(session, 
75
75
                          engine,