/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/ |
H A D | item_xmlfunc.cc | 388 class Item_bool :public Item_int class 391 Item_bool(int32 i): Item_int(i) {} in Item_bool() function in Item_bool 1132 return new Item_bool(1); in create_func_true() 1138 return new Item_bool(0); in create_func_false()
|
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/ |
H A D | item_xmlfunc.cc | 388 class Item_bool :public Item_int class 391 Item_bool(int32 i): Item_int(i) {} in Item_bool() function in Item_bool 1132 return new Item_bool(1); in create_func_true() 1138 return new Item_bool(0); in create_func_false()
|
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/ |
H A D | item_xmlfunc.cc | 350 class Item_bool final : public Item_int { class 352 explicit Item_bool(int32 i) : Item_int(i) {} in Item_bool() function in Item_bool 1013 return new Item_bool(1); in create_func_true() 1017 return new Item_bool(0); in create_func_false()
|
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/ |
H A D | item_xmlfunc.cc | 383 class Item_bool :public Item_int class 386 Item_bool(int32 i): Item_int(i) {} in Item_bool() function in Item_bool 1125 return new Item_bool(1); in create_func_true() 1131 return new Item_bool(0); in create_func_false()
|
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/ |
H A D | item_xmlfunc.cc | 383 class Item_bool :public Item_int class 386 Item_bool(int32 i): Item_int(i) {} in Item_bool() function in Item_bool 1125 return new Item_bool(1); in create_func_true() 1131 return new Item_bool(0); in create_func_false()
|
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/ |
H A D | item_xmlfunc.cc | 383 class Item_bool :public Item_int class 386 Item_bool(int32 i): Item_int(i) {} in Item_bool() function in Item_bool 1125 return new Item_bool(1); in create_func_true() 1131 return new Item_bool(0); in create_func_false()
|
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/ |
H A D | item_xmlfunc.cc | 383 class Item_bool :public Item_int class 386 Item_bool(int32 i): Item_int(i) {} in Item_bool() function in Item_bool 1125 return new Item_bool(1); in create_func_true() 1131 return new Item_bool(0); in create_func_false()
|
/dports/databases/mysql57-client/mysql-5.7.36/sql/ |
H A D | item_xmlfunc.cc | 383 class Item_bool :public Item_int class 386 Item_bool(int32 i): Item_int(i) {} in Item_bool() function in Item_bool 1125 return new Item_bool(1); in create_func_true() 1131 return new Item_bool(0); in create_func_false()
|
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/ |
H A D | item_xmlfunc.cc | 383 class Item_bool :public Item_int class 386 Item_bool(int32 i): Item_int(i) {} in Item_bool() function in Item_bool 1125 return new Item_bool(1); in create_func_true() 1131 return new Item_bool(0); in create_func_false()
|
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/ |
H A D | item_xmlfunc.cc | 388 class Item_bool :public Item_int class 391 Item_bool(int32 i): Item_int(i) {} in Item_bool() function in Item_bool 1132 return new Item_bool(1); in create_func_true() 1138 return new Item_bool(0); in create_func_false()
|
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/ |
H A D | item_xmlfunc.cc | 388 class Item_bool :public Item_int class 391 Item_bool(int32 i): Item_int(i) {} in Item_bool() function in Item_bool 1132 return new Item_bool(1); in create_func_true() 1138 return new Item_bool(0); in create_func_false()
|
/dports/databases/mysql56-client/mysql-5.6.51/sql/ |
H A D | item_xmlfunc.cc | 388 class Item_bool :public Item_int class 391 Item_bool(int32 i): Item_int(i) {} in Item_bool() function in Item_bool 1132 return new Item_bool(1); in create_func_true() 1138 return new Item_bool(0); in create_func_false()
|
/dports/databases/mysql55-client/mysql-5.5.62/sql/ |
H A D | item_xmlfunc.cc | 384 class Item_bool :public Item_int class 387 Item_bool(int32 i): Item_int(i) {} in Item_bool() function in Item_bool 1128 return new Item_bool(1); in create_func_true() 1134 return new Item_bool(0); in create_func_false()
|
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/ |
H A D | item_xmlfunc.cc | 1226 return new (xpath->thd->mem_root) Item_bool(xpath->thd, "xpath_bool", 1); in create_func_true() 1232 return new (xpath->thd->mem_root) Item_bool(xpath->thd, "xpath_bool", 0); in create_func_false()
|
H A D | sql_select.cc | 2426 conds= new (thd->mem_root) Item_bool(thd, true); // Always true in optimize_stage2() 2583 conds=new (thd->mem_root) Item_bool(thd, false); // Always false in optimize_stage2() 2882 having= new (thd->mem_root) Item_bool(thd, false); in optimize_stage2() 5402 conds= new (join->thd->mem_root) Item_bool(join->thd, false); in make_join_statistics() 11621 tmp= new (thd->mem_root) Item_bool(thd, true); // Always true in make_join_select() 15197 return new (thd->mem_root) Item_bool(thd, true); in build_equal_items() 15304 return new (thd->mem_root) Item_bool(thd, true); in build_equal_items() 15698 return new (thd->mem_root) Item_bool(thd, false); in eliminate_item_equal() 15843 res= cond ? cond : new (thd->mem_root) Item_bool(thd, true); in eliminate_item_equal() 17679 Item *item0= new(thd->mem_root) Item_bool(thd, false); in remove_eq_conds()
|
H A D | item.h | 4224 class Item_bool :public Item_int 4227 Item_bool(THD *thd, const char *str_arg, longlong i): in Item_bool() function 4229 Item_bool(THD *thd, bool i) :Item_int(thd, (longlong) i, 1) { } in Item_bool() function
|
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/ |
H A D | item_xmlfunc.cc | 1179 return new (xpath->thd->mem_root) Item_bool(xpath->thd, "xpath_bool", 1); in create_func_true() 1185 return new (xpath->thd->mem_root) Item_bool(xpath->thd, "xpath_bool", 0); in create_func_false()
|
H A D | sql_select.cc | 2422 conds= new (thd->mem_root) Item_bool(thd, true); // Always true in optimize_stage2() 2579 conds=new (thd->mem_root) Item_bool(thd, false); // Always false in optimize_stage2() 2879 having= new (thd->mem_root) Item_bool(thd, false); in optimize_stage2() 5440 conds= new (join->thd->mem_root) Item_bool(join->thd, false); in make_join_statistics() 11734 tmp= new (thd->mem_root) Item_bool(thd, true); // Always true in make_join_select() 15326 return new (thd->mem_root) Item_bool(thd, true); in build_equal_items() 15433 return new (thd->mem_root) Item_bool(thd, true); in build_equal_items() 15827 return new (thd->mem_root) Item_bool(thd, false); in eliminate_item_equal() 15972 res= cond ? cond : new (thd->mem_root) Item_bool(thd, true); in eliminate_item_equal() 17810 Item *item0= new(thd->mem_root) Item_bool(thd, false); in remove_eq_conds()
|
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/ |
H A D | item_xmlfunc.cc | 1226 return new (xpath->thd->mem_root) Item_bool(xpath->thd, "xpath_bool", 1); in create_func_true() 1232 return new (xpath->thd->mem_root) Item_bool(xpath->thd, "xpath_bool", 0); in create_func_false()
|
H A D | sql_select.cc | 2426 conds= new (thd->mem_root) Item_bool(thd, true); // Always true in optimize_stage2() 2583 conds=new (thd->mem_root) Item_bool(thd, false); // Always false in optimize_stage2() 2882 having= new (thd->mem_root) Item_bool(thd, false); in optimize_stage2() 5402 conds= new (join->thd->mem_root) Item_bool(join->thd, false); in make_join_statistics() 11621 tmp= new (thd->mem_root) Item_bool(thd, true); // Always true in make_join_select() 15197 return new (thd->mem_root) Item_bool(thd, true); in build_equal_items() 15304 return new (thd->mem_root) Item_bool(thd, true); in build_equal_items() 15698 return new (thd->mem_root) Item_bool(thd, false); in eliminate_item_equal() 15843 res= cond ? cond : new (thd->mem_root) Item_bool(thd, true); in eliminate_item_equal() 17679 Item *item0= new(thd->mem_root) Item_bool(thd, false); in remove_eq_conds()
|
H A D | item.h | 4224 class Item_bool :public Item_int 4227 Item_bool(THD *thd, const char *str_arg, longlong i): in Item_bool() function 4229 Item_bool(THD *thd, bool i) :Item_int(thd, (longlong) i, 1) { } in Item_bool() function
|
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/ |
H A D | item_xmlfunc.cc | 1206 return new (xpath->thd->mem_root) Item_bool(xpath->thd, "xpath_bool", 1); in create_func_true() 1212 return new (xpath->thd->mem_root) Item_bool(xpath->thd, "xpath_bool", 0); in create_func_false()
|
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/ |
H A D | item_xmlfunc.cc | 1206 return new (xpath->thd->mem_root) Item_bool(xpath->thd, "xpath_bool", 1); in create_func_true() 1212 return new (xpath->thd->mem_root) Item_bool(xpath->thd, "xpath_bool", 0); in create_func_false()
|
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/ |
H A D | item_xmlfunc.cc | 1179 return new (xpath->thd->mem_root) Item_bool(xpath->thd, "xpath_bool", 1); in create_func_true() 1185 return new (xpath->thd->mem_root) Item_bool(xpath->thd, "xpath_bool", 0); in create_func_false()
|
H A D | sql_select.cc | 2422 conds= new (thd->mem_root) Item_bool(thd, true); // Always true in optimize_stage2() 2579 conds=new (thd->mem_root) Item_bool(thd, false); // Always false in optimize_stage2() 2879 having= new (thd->mem_root) Item_bool(thd, false); in optimize_stage2() 5440 conds= new (join->thd->mem_root) Item_bool(join->thd, false); in make_join_statistics() 11734 tmp= new (thd->mem_root) Item_bool(thd, true); // Always true in make_join_select() 15326 return new (thd->mem_root) Item_bool(thd, true); in build_equal_items() 15433 return new (thd->mem_root) Item_bool(thd, true); in build_equal_items() 15827 return new (thd->mem_root) Item_bool(thd, false); in eliminate_item_equal() 15972 res= cond ? cond : new (thd->mem_root) Item_bool(thd, true); in eliminate_item_equal() 17810 Item *item0= new(thd->mem_root) Item_bool(thd, false); in remove_eq_conds()
|