mirror of
https://github.com/MariaDB/server.git
synced 2025-05-29 21:42:28 +03:00
after review fix for bug #12595
sql/item_cmpfunc.cc: remove a line with trailing spaces
This commit is contained in:
parent
8056a7df59
commit
c9fe6b9ff9
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user