~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ref.cc

  • Committer: Brian Aker
  • Date: 2009-08-11 20:22:59 UTC
  • mfrom: (1093.1.59 captain)
  • Revision ID: brian@gaz-20090811202259-5a92huu2yqmzdx1u
MErge Jay

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,
378
380
}
379
381
 
380
382
 
381
 
bool Item_ref::send(Protocol *prot, String *tmp)
 
383
bool Item_ref::send(plugin::Protocol *prot, String *tmp)
382
384
{
383
385
  if (result_field)
384
386
    return prot->store(result_field);