~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/greedy_optimizer.result

  • Committer: Padraig O'Sullivan
  • Date: 2009-08-16 19:56:24 UTC
  • mto: (1115.3.10 captain)
  • mto: This revision was merged to the branch mainline in revision 1120.
  • Revision ID: osullivan.padraig@gmail.com-20090816195624-p6phtraetcq0or06
Forgot to update the result file for the greedy optimizer test case. It is
different now since the default value for optimizer_search_depth is now 0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
insert into t7 values (21,2,3,4,5,6);
111
111
select @@optimizer_search_depth;
112
112
@@optimizer_search_depth
113
 
62
 
113
0
114
114
select @@optimizer_prune_level;
115
115
@@optimizer_prune_level
116
116
1