~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/set_user_var.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/field/num.h>
24
24
#include <drizzled/session.h>
25
25
 
 
26
using namespace drizzled;
 
27
 
26
28
/*
27
29
  When a user variable is updated (in a SET command or a query like
28
30
  SELECT @a:= ).
323
325
  str->append(')');
324
326
}
325
327
 
326
 
bool Item_func_set_user_var::send(Protocol *protocol, String *str_arg)
 
328
bool Item_func_set_user_var::send(plugin::Protocol *protocol, String *str_arg)
327
329
{
328
330
  if (result_field)
329
331
  {