Commit c9fe6b9f authored by unknown's avatar unknown

after review fix for bug #12595


sql/item_cmpfunc.cc:
  remove a line with trailing spaces
parent 8056a7df
...@@ -2799,7 +2799,7 @@ bool Item_func_like::fix_fields(THD *thd, Item **ref) ...@@ -2799,7 +2799,7 @@ bool Item_func_like::fix_fields(THD *thd, Item **ref)
return TRUE; return TRUE;
} }
escape= escape_str ? *(escape_str->ptr()) : '\\'; escape= escape_str ? *(escape_str->ptr()) : '\\';
/* /*
We could also do boyer-more for non-const items, but as we would have to 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. recompute the tables for each row it's not worth it.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment