summaryrefslogtreecommitdiff
path: root/strings/r_strinstr.c
diff options
context:
space:
mode:
authorunknown <igor@olga.mysql.com>2007-06-17 11:23:19 -0700
committerunknown <igor@olga.mysql.com>2007-06-17 11:23:19 -0700
commita07b055b9ab75b54e9df33bb7634bde22543e8f1 (patch)
treea2fb6dabdae243780ae0d3845d1c3d2f008d8826 /strings/r_strinstr.c
parentbcd6183fe7f242648ce6e04c8224c98531f1cbff (diff)
downloadmariadb-git-a07b055b9ab75b54e9df33bb7634bde22543e8f1.tar.gz
Fixed bug #27130. If the third argument of the function SUBSTR was
represented by an expression of the type UNSIGNED INT and this expression was evaluated to 0 then the function erroneously returned the value of the first argument instead of an empty string. This problem was introduced by the patch for bug 10963. The problem has been resolved by a proper modification of the code of Item_func_substr::val_str. mysql-test/r/func_str.result: Added a test case for bug #27130. mysql-test/t/func_str.test: Added a test case for bug #27130.
Diffstat (limited to 'strings/r_strinstr.c')
0 files changed, 0 insertions, 0 deletions