~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/include/pars0opt.h

  • Committer: Jay Pipes
  • Date: 2008-09-09 20:10:57 UTC
  • mto: (383.2.4 fix-failing-tests)
  • mto: This revision was merged to the branch mainline in revision 386.
  • Revision ID: jay@mysql.com-20080909201057-3qkgcxqaps2s58y9
Re-enabled a number of passing tests from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
Optimizes a select. Decides which indexes to tables to use. The tables
21
21
are accessed in the order that they were written to the FROM part in the
22
22
select statement. */
23
 
UNIV_INTERN
 
23
 
24
24
void
25
25
opt_search_plan(
26
26
/*============*/
32
32
indirection to point to the occurrence in the column list, except if the
33
33
column occurrence we are looking at is in the column list, in which case
34
34
nothing is done. */
35
 
UNIV_INTERN
 
35
 
36
36
void
37
37
opt_find_all_cols(
38
38
/*==============*/
45
45
        que_node_t*     exp);           /* in: expression or condition */
46
46
/************************************************************************
47
47
Prints info of a query plan. */
48
 
UNIV_INTERN
 
48
 
49
49
void
50
50
opt_print_query_plan(
51
51
/*=================*/