~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/query_rewrite.cc

  • Committer: Brian Aker
  • Date: 2010-04-05 23:46:43 UTC
  • Revision ID: brian@gaz-20100405234643-0he3xnj902rc70r8
Fixing tests to work with PBXT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include "config.h"
25
25
#include "drizzled/plugin/query_rewrite.h"
26
26
#include "drizzled/gettext.h"
 
27
#include "drizzled/plugin/registry.h"
27
28
 
28
 
#include <algorithm>
29
29
#include <vector>
30
30
 
31
31
using namespace std;