Home
last modified time | relevance | path

Searched defs:negated_item (Results 1 – 19 of 19) sorted by relevance

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Ditem_cmpfunc.cc5436 Item *Item_func_eq::negated_item() /* a = b -> a != b */ in negated_item() function in Item_func_eq
5442 Item *Item_func_ne::negated_item() /* a != b -> a = b */ in negated_item() function in Item_func_ne
5448 Item *Item_func_lt::negated_item() /* a < b -> a >= b */ in negated_item() function in Item_func_lt
5454 Item *Item_func_ge::negated_item() /* a >= b -> a < b */ in negated_item() function in Item_func_ge
5460 Item *Item_func_gt::negated_item() /* a > b -> a <= b */ in negated_item() function in Item_func_gt
5466 Item *Item_func_le::negated_item() /* a <= b -> a > b */ in negated_item() function in Item_func_le
5474 Item *Item_bool_rowready_func2::negated_item() in negated_item() function in Item_bool_rowready_func2
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Ditem_cmpfunc.cc5984 Item *Item_func_eq::negated_item() /* a = b -> a != b */ in negated_item() function in Item_func_eq
5990 Item *Item_func_ne::negated_item() /* a != b -> a = b */ in negated_item() function in Item_func_ne
5996 Item *Item_func_lt::negated_item() /* a < b -> a >= b */ in negated_item() function in Item_func_lt
6002 Item *Item_func_ge::negated_item() /* a >= b -> a < b */ in negated_item() function in Item_func_ge
6008 Item *Item_func_gt::negated_item() /* a > b -> a <= b */ in negated_item() function in Item_func_gt
6014 Item *Item_func_le::negated_item() /* a <= b -> a > b */ in negated_item() function in Item_func_le
6022 Item *Item_bool_rowready_func2::negated_item() in negated_item() function in Item_bool_rowready_func2
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Ditem_cmpfunc.cc5984 Item *Item_func_eq::negated_item() /* a = b -> a != b */ in negated_item() function in Item_func_eq
5990 Item *Item_func_ne::negated_item() /* a != b -> a = b */ in negated_item() function in Item_func_ne
5996 Item *Item_func_lt::negated_item() /* a < b -> a >= b */ in negated_item() function in Item_func_lt
6002 Item *Item_func_ge::negated_item() /* a >= b -> a < b */ in negated_item() function in Item_func_ge
6008 Item *Item_func_gt::negated_item() /* a > b -> a <= b */ in negated_item() function in Item_func_gt
6014 Item *Item_func_le::negated_item() /* a <= b -> a > b */ in negated_item() function in Item_func_le
6022 Item *Item_bool_rowready_func2::negated_item() in negated_item() function in Item_bool_rowready_func2
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Ditem_cmpfunc.cc5984 Item *Item_func_eq::negated_item() /* a = b -> a != b */ in negated_item() function in Item_func_eq
5990 Item *Item_func_ne::negated_item() /* a != b -> a = b */ in negated_item() function in Item_func_ne
5996 Item *Item_func_lt::negated_item() /* a < b -> a >= b */ in negated_item() function in Item_func_lt
6002 Item *Item_func_ge::negated_item() /* a >= b -> a < b */ in negated_item() function in Item_func_ge
6008 Item *Item_func_gt::negated_item() /* a > b -> a <= b */ in negated_item() function in Item_func_gt
6014 Item *Item_func_le::negated_item() /* a <= b -> a > b */ in negated_item() function in Item_func_le
6022 Item *Item_bool_rowready_func2::negated_item() in negated_item() function in Item_bool_rowready_func2
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Ditem_cmpfunc.cc5984 Item *Item_func_eq::negated_item() /* a = b -> a != b */ in negated_item() function in Item_func_eq
5990 Item *Item_func_ne::negated_item() /* a != b -> a = b */ in negated_item() function in Item_func_ne
5996 Item *Item_func_lt::negated_item() /* a < b -> a >= b */ in negated_item() function in Item_func_lt
6002 Item *Item_func_ge::negated_item() /* a >= b -> a < b */ in negated_item() function in Item_func_ge
6008 Item *Item_func_gt::negated_item() /* a > b -> a <= b */ in negated_item() function in Item_func_gt
6014 Item *Item_func_le::negated_item() /* a <= b -> a > b */ in negated_item() function in Item_func_le
6022 Item *Item_bool_rowready_func2::negated_item() in negated_item() function in Item_bool_rowready_func2
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Ditem_cmpfunc.cc5984 Item *Item_func_eq::negated_item() /* a = b -> a != b */ in negated_item() function in Item_func_eq
5990 Item *Item_func_ne::negated_item() /* a != b -> a = b */ in negated_item() function in Item_func_ne
5996 Item *Item_func_lt::negated_item() /* a < b -> a >= b */ in negated_item() function in Item_func_lt
6002 Item *Item_func_ge::negated_item() /* a >= b -> a < b */ in negated_item() function in Item_func_ge
6008 Item *Item_func_gt::negated_item() /* a > b -> a <= b */ in negated_item() function in Item_func_gt
6014 Item *Item_func_le::negated_item() /* a <= b -> a > b */ in negated_item() function in Item_func_le
6022 Item *Item_bool_rowready_func2::negated_item() in negated_item() function in Item_bool_rowready_func2
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_cmpfunc.cc6246 Item *Item_func_eq::negated_item(THD *thd) /* a = b -> a != b */ in negated_item() function in Item_func_eq
6252 Item *Item_func_ne::negated_item(THD *thd) /* a != b -> a = b */ in negated_item() function in Item_func_ne
6258 Item *Item_func_lt::negated_item(THD *thd) /* a < b -> a >= b */ in negated_item() function in Item_func_lt
6264 Item *Item_func_ge::negated_item(THD *thd) /* a >= b -> a < b */ in negated_item() function in Item_func_ge
6270 Item *Item_func_gt::negated_item(THD *thd) /* a > b -> a <= b */ in negated_item() function in Item_func_gt
6276 Item *Item_func_le::negated_item(THD *thd) /* a <= b -> a > b */ in negated_item() function in Item_func_le
6284 Item *Item_bool_rowready_func2::negated_item(THD *thd) in negated_item() function in Item_bool_rowready_func2
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_cmpfunc.cc6246 Item *Item_func_eq::negated_item(THD *thd) /* a = b -> a != b */ in negated_item() function in Item_func_eq
6252 Item *Item_func_ne::negated_item(THD *thd) /* a != b -> a = b */ in negated_item() function in Item_func_ne
6258 Item *Item_func_lt::negated_item(THD *thd) /* a < b -> a >= b */ in negated_item() function in Item_func_lt
6264 Item *Item_func_ge::negated_item(THD *thd) /* a >= b -> a < b */ in negated_item() function in Item_func_ge
6270 Item *Item_func_gt::negated_item(THD *thd) /* a > b -> a <= b */ in negated_item() function in Item_func_gt
6276 Item *Item_func_le::negated_item(THD *thd) /* a <= b -> a > b */ in negated_item() function in Item_func_le
6284 Item *Item_bool_rowready_func2::negated_item(THD *thd) in negated_item() function in Item_bool_rowready_func2
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Ditem_cmpfunc.cc7191 Item *Item_func_eq::negated_item() /* a = b -> a != b */ in negated_item() function in Item_func_eq
7197 Item *Item_func_ne::negated_item() /* a != b -> a = b */ in negated_item() function in Item_func_ne
7203 Item *Item_func_lt::negated_item() /* a < b -> a >= b */ in negated_item() function in Item_func_lt
7209 Item *Item_func_ge::negated_item() /* a >= b -> a < b */ in negated_item() function in Item_func_ge
7215 Item *Item_func_gt::negated_item() /* a > b -> a <= b */ in negated_item() function in Item_func_gt
7221 Item *Item_func_le::negated_item() /* a <= b -> a > b */ in negated_item() function in Item_func_le
7229 Item *Item_bool_rowready_func2::negated_item() in negated_item() function in Item_bool_rowready_func2
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Ditem_cmpfunc.cc7191 Item *Item_func_eq::negated_item() /* a = b -> a != b */ in negated_item() function in Item_func_eq
7197 Item *Item_func_ne::negated_item() /* a != b -> a = b */ in negated_item() function in Item_func_ne
7203 Item *Item_func_lt::negated_item() /* a < b -> a >= b */ in negated_item() function in Item_func_lt
7209 Item *Item_func_ge::negated_item() /* a >= b -> a < b */ in negated_item() function in Item_func_ge
7215 Item *Item_func_gt::negated_item() /* a > b -> a <= b */ in negated_item() function in Item_func_gt
7221 Item *Item_func_le::negated_item() /* a <= b -> a > b */ in negated_item() function in Item_func_le
7229 Item *Item_bool_rowready_func2::negated_item() in negated_item() function in Item_bool_rowready_func2
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Ditem_cmpfunc.cc7191 Item *Item_func_eq::negated_item() /* a = b -> a != b */ in negated_item() function in Item_func_eq
7197 Item *Item_func_ne::negated_item() /* a != b -> a = b */ in negated_item() function in Item_func_ne
7203 Item *Item_func_lt::negated_item() /* a < b -> a >= b */ in negated_item() function in Item_func_lt
7209 Item *Item_func_ge::negated_item() /* a >= b -> a < b */ in negated_item() function in Item_func_ge
7215 Item *Item_func_gt::negated_item() /* a > b -> a <= b */ in negated_item() function in Item_func_gt
7221 Item *Item_func_le::negated_item() /* a <= b -> a > b */ in negated_item() function in Item_func_le
7229 Item *Item_bool_rowready_func2::negated_item() in negated_item() function in Item_bool_rowready_func2
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Ditem_cmpfunc.cc7191 Item *Item_func_eq::negated_item() /* a = b -> a != b */ in negated_item() function in Item_func_eq
7197 Item *Item_func_ne::negated_item() /* a != b -> a = b */ in negated_item() function in Item_func_ne
7203 Item *Item_func_lt::negated_item() /* a < b -> a >= b */ in negated_item() function in Item_func_lt
7209 Item *Item_func_ge::negated_item() /* a >= b -> a < b */ in negated_item() function in Item_func_ge
7215 Item *Item_func_gt::negated_item() /* a > b -> a <= b */ in negated_item() function in Item_func_gt
7221 Item *Item_func_le::negated_item() /* a <= b -> a > b */ in negated_item() function in Item_func_le
7229 Item *Item_bool_rowready_func2::negated_item() in negated_item() function in Item_bool_rowready_func2
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Ditem_cmpfunc.cc7191 Item *Item_func_eq::negated_item() /* a = b -> a != b */ in negated_item() function in Item_func_eq
7197 Item *Item_func_ne::negated_item() /* a != b -> a = b */ in negated_item() function in Item_func_ne
7203 Item *Item_func_lt::negated_item() /* a < b -> a >= b */ in negated_item() function in Item_func_lt
7209 Item *Item_func_ge::negated_item() /* a >= b -> a < b */ in negated_item() function in Item_func_ge
7215 Item *Item_func_gt::negated_item() /* a > b -> a <= b */ in negated_item() function in Item_func_gt
7221 Item *Item_func_le::negated_item() /* a <= b -> a > b */ in negated_item() function in Item_func_le
7229 Item *Item_bool_rowready_func2::negated_item() in negated_item() function in Item_bool_rowready_func2
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Ditem_cmpfunc.cc7191 Item *Item_func_eq::negated_item() /* a = b -> a != b */ in negated_item() function in Item_func_eq
7197 Item *Item_func_ne::negated_item() /* a != b -> a = b */ in negated_item() function in Item_func_ne
7203 Item *Item_func_lt::negated_item() /* a < b -> a >= b */ in negated_item() function in Item_func_lt
7209 Item *Item_func_ge::negated_item() /* a >= b -> a < b */ in negated_item() function in Item_func_ge
7215 Item *Item_func_gt::negated_item() /* a > b -> a <= b */ in negated_item() function in Item_func_gt
7221 Item *Item_func_le::negated_item() /* a <= b -> a > b */ in negated_item() function in Item_func_le
7229 Item *Item_bool_rowready_func2::negated_item() in negated_item() function in Item_bool_rowready_func2
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.cc6580 Item *Item_func_eq::negated_item(THD *thd) /* a = b -> a != b */ in negated_item() function in Item_func_eq
6586 Item *Item_func_ne::negated_item(THD *thd) /* a != b -> a = b */ in negated_item() function in Item_func_ne
6592 Item *Item_func_lt::negated_item(THD *thd) /* a < b -> a >= b */ in negated_item() function in Item_func_lt
6598 Item *Item_func_ge::negated_item(THD *thd) /* a >= b -> a < b */ in negated_item() function in Item_func_ge
6604 Item *Item_func_gt::negated_item(THD *thd) /* a > b -> a <= b */ in negated_item() function in Item_func_gt
6610 Item *Item_func_le::negated_item(THD *thd) /* a <= b -> a > b */ in negated_item() function in Item_func_le
6618 Item *Item_bool_rowready_func2::negated_item(THD *thd) in negated_item() function in Item_bool_rowready_func2
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.cc6475 Item *Item_func_eq::negated_item(THD *thd) /* a = b -> a != b */ in negated_item() function in Item_func_eq
6481 Item *Item_func_ne::negated_item(THD *thd) /* a != b -> a = b */ in negated_item() function in Item_func_ne
6487 Item *Item_func_lt::negated_item(THD *thd) /* a < b -> a >= b */ in negated_item() function in Item_func_lt
6493 Item *Item_func_ge::negated_item(THD *thd) /* a >= b -> a < b */ in negated_item() function in Item_func_ge
6499 Item *Item_func_gt::negated_item(THD *thd) /* a > b -> a <= b */ in negated_item() function in Item_func_gt
6505 Item *Item_func_le::negated_item(THD *thd) /* a <= b -> a > b */ in negated_item() function in Item_func_le
6513 Item *Item_bool_rowready_func2::negated_item(THD *thd) in negated_item() function in Item_bool_rowready_func2
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.cc6475 Item *Item_func_eq::negated_item(THD *thd) /* a = b -> a != b */ in negated_item() function in Item_func_eq
6481 Item *Item_func_ne::negated_item(THD *thd) /* a != b -> a = b */ in negated_item() function in Item_func_ne
6487 Item *Item_func_lt::negated_item(THD *thd) /* a < b -> a >= b */ in negated_item() function in Item_func_lt
6493 Item *Item_func_ge::negated_item(THD *thd) /* a >= b -> a < b */ in negated_item() function in Item_func_ge
6499 Item *Item_func_gt::negated_item(THD *thd) /* a > b -> a <= b */ in negated_item() function in Item_func_gt
6505 Item *Item_func_le::negated_item(THD *thd) /* a <= b -> a > b */ in negated_item() function in Item_func_le
6513 Item *Item_bool_rowready_func2::negated_item(THD *thd) in negated_item() function in Item_bool_rowready_func2
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.cc6580 Item *Item_func_eq::negated_item(THD *thd) /* a = b -> a != b */ in negated_item() function in Item_func_eq
6586 Item *Item_func_ne::negated_item(THD *thd) /* a != b -> a = b */ in negated_item() function in Item_func_ne
6592 Item *Item_func_lt::negated_item(THD *thd) /* a < b -> a >= b */ in negated_item() function in Item_func_lt
6598 Item *Item_func_ge::negated_item(THD *thd) /* a >= b -> a < b */ in negated_item() function in Item_func_ge
6604 Item *Item_func_gt::negated_item(THD *thd) /* a > b -> a <= b */ in negated_item() function in Item_func_gt
6610 Item *Item_func_le::negated_item(THD *thd) /* a <= b -> a > b */ in negated_item() function in Item_func_le
6618 Item *Item_bool_rowready_func2::negated_item(THD *thd) in negated_item() function in Item_bool_rowready_func2
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Ditem_cmpfunc.cc6248 Item *Item_func_eq::negated_item() /* a = b -> a != b */ in negated_item() function in Item_func_eq
6255 Item *Item_func_ne::negated_item() /* a != b -> a = b */ in negated_item() function in Item_func_ne
6262 Item *Item_func_lt::negated_item() /* a < b -> a >= b */ in negated_item() function in Item_func_lt
6267 Item *Item_func_ge::negated_item() /* a >= b -> a < b */ in negated_item() function in Item_func_ge
6272 Item *Item_func_gt::negated_item() /* a > b -> a <= b */ in negated_item() function in Item_func_gt
6277 Item *Item_func_le::negated_item() /* a <= b -> a > b */ in negated_item() function in Item_func_le
6285 Item *Item_func_comparison::negated_item() { in negated_item() function in Item_func_comparison