~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/execute.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-04 08:13:04 UTC
  • mfrom: (2384 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110804081304-rlejjpvoos17bjdf
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
    if (var && var->length && var->value && var->type == STRING_RESULT)
60
60
    {
61
 
      LEX_STRING tmp_for_var;
 
61
      lex_string_t tmp_for_var;
62
62
      tmp_for_var.str= var->value; 
63
63
      tmp_for_var.length= var->length; 
64
64
      to_execute.set(tmp_for_var);