mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
FULLTEXT: correct charset support (UTF included, UCS2 - not)
code cleanup
This commit is contained in:
@ -647,7 +647,6 @@ class Item_func_in :public Item_int_func
|
||||
~Item_func_in() { delete array; delete in_item; }
|
||||
optimize_type select_optimize() const
|
||||
{ return array ? OPTIMIZE_KEY : OPTIMIZE_NONE; }
|
||||
Item *key_item() const { return args[0]; }
|
||||
void print(String *str);
|
||||
enum Functype functype() const { return IN_FUNC; }
|
||||
const char *func_name() const { return " IN "; }
|
||||
|
Reference in New Issue
Block a user