~skinny.moey/drizzle/transaction_log_fix_594876

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Patrick Crews
  • Date: 2010-07-19 23:41:14 UTC
  • mfrom: (1662.1.5 build)
  • Revision ID: gleebix@gmail.com-20100719234114-fvjg69on0x9tq0x6
Merge optimizer.test fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
732
732
   * cost Item::execution_cost(),
733
733
   * where 'cost' is either 'double' or some structure of various cost
734
734
   * parameters.
 
735
   *
 
736
   *NOTE
 
737
   *   This function is now used to prevent evaluation of materialized IN
 
738
   *   subquery predicates before it is allowed. grep for
 
739
   *   DontEvaluateMaterializedSubqueryTooEarly to see the uses.
735
740
   */
736
741
  virtual bool is_expensive();
737
742