mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Reset value of variable "escaped" in "default" label causing $variables not
to be expanded in same cases
This commit is contained in:
parent
8dc8e07fcf
commit
a0e3ca046b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue