~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/client.h

  • Committer: lbieber
  • Date: 2010-01-21 18:21:39 UTC
  • mto: This revision was merged to the branch mainline in revision 1277.
  • Revision ID: lbieber@orisndriz08-20100121182139-h549us3gsysyyl0e
clean up japanese tests, remove tests that no longer apply.  In test-run.pl change mysql_version_id to drizzle_version_id

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/sql_list.h>
24
24
#include <drizzled/item.h>
25
25
 
26
 
namespace drizzled
27
 
{
28
26
class Session;
29
27
class String;
30
28
 
 
29
namespace drizzled
 
30
{
31
31
namespace plugin
32
32
{
33
33
 
142
142
 
143
143
};
144
144
 
145
 
} /* namespace plugin */
146
 
} /* namespace drizzled */
 
145
} /* end namespace drizzled::plugin */
 
146
} /* end namespace drizzled */
147
147
 
148
148
#endif /* DRIZZLED_PLUGIN_CLIENT_H */