~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/query_rewrite.cc

  • Committer: Brian Aker
  • Date: 2010-08-18 16:12:58 UTC
  • mto: This revision was merged to the branch mainline in revision 1720.
  • Revision ID: brian@tangent.org-20100818161258-1vm71da888dfvwsx
Remove the code surrounding stack trace.

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"
28
27
 
 
28
#include <algorithm>
29
29
#include <vector>
30
30
 
31
31
using namespace std;