~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-09-04 19:31:00 UTC
  • Revision ID: brian@tangent.org-20080904193100-l849hgghfy4urj43
Changing default character set from this point on.

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
/*=================*/