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:
unknown 2006-07-19 16:42:19 -07:00
commit f8dda7bfb9
4 changed files with 63 additions and 6 deletions

View file

@ -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(')');
}