diff options
author | unknown <bell@51.0.168.192.in-addr.arpa> | 2005-08-11 10:20:06 +0300 |
---|---|---|
committer | unknown <bell@51.0.168.192.in-addr.arpa> | 2005-08-11 10:20:06 +0300 |
commit | 7a3cf493899a5d2c522e95de5ae97f707f623258 (patch) | |
tree | c9467d4560732a6152dd0c42cbeb6cfe2f19e67b /sql/item_strfunc.cc | |
parent | 0872e83c4993fdb8eacdd82572896bf47555efed (diff) | |
parent | a724dbc039771ed0bb3cab7b35330a1066612c6f (diff) | |
download | mariadb-git-7a3cf493899a5d2c522e95de5ae97f707f623258.tar.gz |
merge
BitKeeper/deleted/.del-query_cache_notembedded.result:
Delete: mysql-test/r/query_cache_notembedded.result
BitKeeper/deleted/.del-query_cache_notembedded.test:
Delete: mysql-test/t/query_cache_notembedded.test
mysql-test/r/func_str.result:
Auto merged
mysql-test/t/func_str.test:
Auto merged
Diffstat (limited to 'sql/item_strfunc.cc')
-rw-r--r-- | sql/item_strfunc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc index 52a2dedb67c..b7015b3d6ef 100644 --- a/sql/item_strfunc.cc +++ b/sql/item_strfunc.cc @@ -1187,7 +1187,7 @@ String *Item_func_substr_index::val_str(String *str) } } else - { // Start counting at end + { /* Negative index, start counting at the end */ |