~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/update.cc

  • Committer: Lee Bieber
  • Date: 2010-08-21 22:42:44 UTC
  • mto: (1727.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1728.
  • Revision ID: lbieber@kalebral-2.local-20100821224244-kh3gmsvi45dlbuu1
For the feature request (https://blueprints.launchpad.net/drizzle/+spec/limit-maximum-sort-size) 
that is requesting the ability to cap various buffers, we first tried setting the join buffer to 
1 to see how that would affect the test results and expose test results that need to 
sorted (by adding --sorted_result). 

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                         session->lex->value_list,
46
46
                         select_lex->where,
47
47
                         select_lex->order_list.elements,
48
 
                         (Order *) select_lex->order_list.first,
 
48
                         (order_st *) select_lex->order_list.first,
49
49
                         unit->select_limit_cnt,
50
50
                         session->lex->duplicates, 
51
51
                         session->lex->ignore);