~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Stewart Smith
  • Date: 2010-03-02 06:41:59 UTC
  • mto: (1309.2.13 build)
  • mto: This revision was merged to the branch mainline in revision 1318.
  • Revision ID: stewart@flamingspork.com-20100302064159-gktw6hcbs3u0fflm
move Item_result out to its own header file and out of common.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <drizzled/sql_list.h>
28
28
#include "drizzled/memory/sql_alloc.h"
29
29
#include <drizzled/table.h>
 
30
#include "drizzled/item_result.h"
30
31
 
31
32
namespace drizzled
32
33
{
47
48
class Client;
48
49
}
49
50
 
50
 
 
51
51
/**
52
52
  Dummy error processor used by default by Name_resolution_context.
53
53