From c9fe6b9ff9d00cdee7576f8d5de727aa33a2295e Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 16 Aug 2005 20:54:53 +0200 Subject: [PATCH] after review fix for bug #12595 sql/item_cmpfunc.cc: remove a line with trailing spaces --- sql/item_cmpfunc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.