Commit 678894bd authored by unknown's avatar unknown

Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1

into bar.intranet.mysql.r18.ru:/usr/home/bar/mysql-4.1
parents e1aaef92 ee6b3f8a
......@@ -982,6 +982,8 @@ String *Item_func_right::val_str(String *str)
never return a value more than "length".
*/
uint start=res->numchars()-(uint) length;
if (!start)
return res;
start=res->charpos(start);
tmp_value.set(*res,start,res->length()-start);
return &tmp_value;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment