~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/status_function.h

  • Committer: Stewart Smith
  • Date: 2011-01-21 01:09:12 UTC
  • mfrom: (2099 staging)
  • mto: (2099.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2100.
  • Revision ID: stewart@flamingspork.com-20110121010912-x5ogi8rm08nortxp
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef PLUGIN_INNOBASE_HANDLER_STATUS_FUNCTION_H
22
22
#define PLUGIN_INNOBASE_HANDLER_STATUS_FUNCTION_H
23
23
 
24
 
#include <drizzled/plugin/table_function.h>
 
24
#include "drizzled/plugin/table_function.h"
25
25
 
26
26
class InnodbStatusTool : public drizzled::plugin::TableFunction
27
27
{