diff options
author | unknown <patg@radha.local> | 2005-08-12 03:34:57 +0200 |
---|---|---|
committer | unknown <patg@radha.local> | 2005-08-12 03:34:57 +0200 |
commit | d8ab9304989108eeef77e5331d62bfe2c0d9f8a8 (patch) | |
tree | 705f7ed912f833299951c1ad7f809e034c1efe26 /sql/item_strfunc.cc | |
parent | d1b8c44b5bf461e4ebaec2a0798c18e4ad3218ed (diff) | |
parent | bf07693148f916b27e8a520965fdd556ad054806 (diff) | |
download | mariadb-git-d8ab9304989108eeef77e5331d62bfe2c0d9f8a8.tar.gz |
Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-4.1
into radha.local:/Users/patg/mysql-build/mysql-4.1.clean
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 */ |