diff options
author | unknown <andrey@lmy004.> | 2005-08-16 20:54:53 +0200 |
---|---|---|
committer | unknown <andrey@lmy004.> | 2005-08-16 20:54:53 +0200 |
commit | c9fe6b9ff9d00cdee7576f8d5de727aa33a2295e (patch) | |
tree | 2a1c35c4c894962d443856b6a2dd8b2d0cfb0bad /sql/item_cmpfunc.cc | |
parent | 8056a7df59a5298debcd6335328a6f6c3ba5b4e6 (diff) | |
download | mariadb-git-c9fe6b9ff9d00cdee7576f8d5de727aa33a2295e.tar.gz |
after review fix for bug #12595
sql/item_cmpfunc.cc:
remove a line with trailing spaces
Diffstat (limited to 'sql/item_cmpfunc.cc')
-rw-r--r-- | sql/item_cmpfunc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_cmpfunc.cc b/sql/item_cmpfunc.cc index 0a448f463e4..c305196615a 100644 --- a/sql/item_cmpfunc.cc +++ b/sql/item_cmpfunc.cc @@ -2799,7 +2799,7 @@ bool Item_func_like::fix_fields(THD *thd, Item **ref) return TRUE; } escape= escape_str ? *(escape_str->ptr()) : '\\'; - + /* We could also do boyer-more for non-const items, but as we would have to recompute the tables for each row it's not worth it. |