~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/null.cc

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

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();