~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/query_rewrite.cc

MErge Session fix.

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, string &to_rewrite)
 
67
void QueryRewriter::rewriteQuery(const string &schema, Session::QueryString to_rewrite)
68
68
{
69
69
  for (vector<plugin::QueryRewriter *>::iterator iter= all_rewriters.begin();
70
70
       iter != all_rewriters.end();