Reset value of variable "escaped" in "default" label causing $variables not

to be expanded in same cases
This commit is contained in:
msvensson@pilot.mysql.com 2007-02-13 16:59:58 +01:00
parent 8dc8e07fcf
commit a0e3ca046b

View file

@ -578,6 +578,7 @@ void do_eval(DYNAMIC_STRING *query_eval, const char *query,
dynstr_append_mem(query_eval, p, 1);
break;
default:
escaped= 0;
dynstr_append_mem(query_eval, p, 1);
break;
}