~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/table_function.h

  • Committer: Monty Taylor
  • Date: 2010-12-05 07:48:35 UTC
  • mfrom: (1964.2.22 rip-plugin-sysvar)
  • mto: This revision was merged to the branch mainline in revision 1976.
  • Revision ID: mordred@inaugust.com-20101205074835-hppjgjaaq93t6vdc
Merge Monty: plugin_sysvar removal work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "drizzled/plugin/table_function.h"
25
25
 
 
26
namespace drizzle_plugin
 
27
{
 
28
 
26
29
class MysqlProtocolStatus : public drizzled::plugin::TableFunction
27
30
{
28
31
public:
49
52
  }
50
53
};
51
54
 
 
55
} /* namespace drizzle_plugin */
 
56
 
52
57
#endif /* PLUGIN_MYSQL_PROTOCOL_TABLE_FUNCTION_H */