~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/query_rewrite.cc

  • Committer: Brian Aker
  • Date: 2010-11-06 15:43:10 UTC
  • mfrom: (1908.1.1 merge)
  • Revision ID: brian@tangent.org-20101106154310-g1jpjzwbc53pfc4f
Filesort encapsulation, plus modification to copy contructor

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 * This is the QueryRewriter::rewrite entry point.
65
65
 * This gets called from within the Drizzle kernel.
66
66
 */
67
 
void QueryRewriter::rewriteQuery(const string &schema, Session::QueryString to_rewrite)
 
67
void QueryRewriter::rewriteQuery(const string &schema, string &to_rewrite)
68
68
{
69
69
  for (vector<plugin::QueryRewriter *>::iterator iter= all_rewriters.begin();
70
70
       iter != all_rewriters.end();