~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/table_function.h

  • Committer: lbieber at stabletransit
  • Date: 2010-10-12 20:53:47 UTC
  • mfrom: (1842.1.3 build)
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101012205347-zzg0en7nughfhven
Merge Monty - add valgrind stripping program to the tree, suppress size_t signature change
Merge Travis - File: /drizzled/xid.h. Changed struct name of 'st_drizzle_xid' to 'drizzle_xid', changed it to a C++ class and added constructor initialization list
Merge Brian - adding more documentation

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
 
 
29
26
class MysqlProtocolStatus : public drizzled::plugin::TableFunction
30
27
{
31
28
public:
52
49
  }
53
50
};
54
51
 
55
 
} /* namespace drizzle_plugin */
56
 
 
57
52
#endif /* PLUGIN_MYSQL_PROTOCOL_TABLE_FUNCTION_H */