~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ref.cc

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <drizzled/show.h>
25
25
#include <drizzled/item/ref.h>
26
26
 
 
27
using namespace drizzled;
 
28
 
27
29
Item_ref::Item_ref(Name_resolution_context *context_arg,
28
30
                   Item **item, const char *table_name_arg,
29
31
                   const char *field_name_arg,
379
381
}
380
382
 
381
383
 
382
 
bool Item_ref::send(Protocol *prot, String *tmp)
 
384
bool Item_ref::send(plugin::Protocol *prot, String *tmp)
383
385
{
384
386
  if (result_field)
385
387
    return prot->store(result_field);