~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/sum.h

  • Committer: Monty Taylor
  • Date: 2008-11-18 22:12:56 UTC
  • mto: (589.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 589.
  • Revision ID: monty@inaugust.com-20081118221256-ap2kmj073pdw7uap
The mega-patch from hell. Renamed sql_class to session (since that's what it is) and removed it and field and table from common_includes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include <mysys/my_tree.h>
27
27
#include <drizzled/hybrid_type.h>
 
28
#include <drizzled/item.h>
 
29
 
 
30
 
 
31
class st_select_lex;
 
32
struct order_st;
28
33
 
29
34
/*
30
35
  Class Item_sum is the base class used for special expressions that SQL calls
221
226
    
222
227
*/ 
223
228
 
224
 
class st_select_lex;
225
 
 
226
229
class Item_sum :public Item_result_field
227
230
{
228
231
public: