1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00

after review fix for bug #12595

sql/item_cmpfunc.cc:
  remove a line with trailing spaces
This commit is contained in:
unknown 2005-08-16 20:54:53 +02:00
parent 8056a7df59
commit c9fe6b9ff9

View File

@ -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.