mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 00:35:32 +02:00
MDEV-8189 field<>const and const<>field are not symmetric
This commit is contained in:
parent
1b2f9126b8
commit
768620ee5c
14 changed files with 271 additions and 5 deletions
|
|
@ -591,6 +591,7 @@ public:
|
|||
Item_func_ne(Item *a,Item *b) :Item_bool_rowready_func2(a,b) {}
|
||||
longlong val_int();
|
||||
enum Functype functype() const { return NE_FUNC; }
|
||||
enum Functype rev_functype() const { return NE_FUNC; }
|
||||
cond_result eq_cmp_result() const { return COND_FALSE; }
|
||||
const char *func_name() const { return "<>"; }
|
||||
Item *negated_item();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue