mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
Merge branch '5.5' into 10.0
This commit is contained in:
commit
1c5ca7c183
15 changed files with 116 additions and 5 deletions
|
|
@ -1235,7 +1235,7 @@ public:
|
|||
|
||||
if (var->value->result_type() == STRING_RESULT)
|
||||
{
|
||||
if (!(res=var->value->val_str(&str)))
|
||||
if (!(res=var->value->val_str_ascii(&str)))
|
||||
return true;
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue