~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.cc

Merged Eric from lp:~eday/drizzle/eday-merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <drizzled/item/field.h>
29
29
#include <drizzled/item/outer_ref.h>
30
30
 
 
31
using namespace drizzled;
31
32
 
32
33
/**
33
34
  Store the pointer to this item field into a list if not already there.
1185
1186
}
1186
1187
 
1187
1188
 
1188
 
bool Item_field::send(Protocol *protocol, String *)
 
1189
bool Item_field::send(plugin::Protocol *protocol, String *)
1189
1190
{
1190
1191
  return protocol->store(result_field);
1191
1192
}