~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.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:
32
32
#include "drizzled/sql_list.h"
33
33
#include "drizzled/structs.h"
34
34
#include "drizzled/charset_info.h"
 
35
#include "drizzled/item_result.h"
35
36
 
36
37
#include <string>
37
38
#include <vector>