~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/null.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:
23
23
#include <drizzled/item/null.h>
24
24
#include <drizzled/lex_string.h>
25
25
 
 
26
using namespace drizzled;
 
27
 
26
28
bool Item_null::eq(const Item *item, bool) const
27
29
{ return item->type() == type(); }
28
30
 
106
108
  Pack data in buffer for sending.
107
109
*/
108
110
 
109
 
bool Item_null::send(Protocol *protocol,
 
111
bool Item_null::send(plugin::Protocol *protocol,
110
112
                     String *)
111
113
{
112
114
  return protocol->store();