mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 06:35:33 +02:00
Added a test case with views for bug #17526.
mysql-test/r/func_str.result: Adjusted results for the test case of bug 17526. sql/item_strfunc.cc: Post-merge modification
This commit is contained in:
parent
ef9e634624
commit
f8dda7bfb9
4 changed files with 63 additions and 6 deletions
|
|
@ -1515,7 +1515,7 @@ void Item_func_trim::print(String *str)
|
|||
str->append(mode_name());
|
||||
str->append(' ');
|
||||
args[1]->print(str);
|
||||
str->append(" from ",6);
|
||||
str->append(STRING_WITH_LEN(" from "));
|
||||
args[0]->print(str);
|
||||
str->append(')');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue