~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/explain_plan.cc

  • Committer: Brian Aker
  • Date: 2010-10-28 17:12:01 UTC
  • mfrom: (1887.1.3 merge)
  • Revision ID: brian@tangent.org-20101028171201-baj6l1bnntn1s4ad
Merge in POTFILES changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
 
 *  Copyright (C) 2008-2009 Sun Microsystems, Inc.
 
4
 *  Copyright (C) 2008-2009 Sun Microsystems
5
5
 *
6
6
 *  This program is free software; you can redistribute it and/or modify
7
7
 *  it under the terms of the GNU General Public License as published by
563
563
  {
564
564
    session->lex->current_select= first;
565
565
    unit->set_limit(unit->global_parameters);
566
 
    res= select_query(session, 
 
566
    res= mysql_select(session, 
567
567
                      &first->ref_pointer_array,
568
568
                      (TableList*) first->table_list.first,
569
569
                      first->with_wild, 
570
570
                      first->item_list,
571
571
                      first->where,
572
572
                      first->order_list.elements + first->group_list.elements,
573
 
                      (Order*) first->order_list.first,
574
 
                      (Order*) first->group_list.first,
 
573
                      (order_st*) first->order_list.first,
 
574
                      (order_st*) first->group_list.first,
575
575
                      first->having,
576
576
                      first->options | session->options | SELECT_DESCRIBE,
577
577
                      result,