mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue