mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge bk-internal:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
This commit is contained in:
@ -245,7 +245,7 @@ public:
|
||||
longlong val_int();
|
||||
enum Functype functype() const { return NE_FUNC; }
|
||||
cond_result eq_cmp_result() const { return COND_FALSE; }
|
||||
optimize_type select_optimize() const { return OPTIMIZE_NONE; }
|
||||
optimize_type select_optimize() const { return OPTIMIZE_KEY; }
|
||||
const char *func_name() const { return "<>"; }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user