~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.cc

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
#include <algorithm>
51
51
 
52
52
using namespace std;
 
53
using namespace drizzled;
53
54
 
54
55
const String my_null_string("NULL", 4, default_charset_info);
55
56
 
1264
1265
  return error;
1265
1266
}
1266
1267
 
1267
 
bool Item::send(Protocol *protocol, String *buffer)
 
1268
bool Item::send(plugin::Protocol *protocol, String *buffer)
1268
1269
{
1269
1270
  bool result= false;
1270
1271
  enum_field_types f_type;