Home
last modified time | relevance | path

Searched refs:add_cond_and_fix (Results 1 – 7 of 7) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_select.cc11094 inline void add_cond_and_fix(THD *thd, Item **e1, Item *e2) in add_cond_and_fix() function
11222 add_cond_and_fix(join->thd, &new_cond, notnull); in add_not_null_conds()
11229 add_cond_and_fix(join->thd, tab->first_inner->on_expr_ref, notnull); in add_not_null_conds()
11519 add_cond_and_fix(thd, &const_cond, in make_join_select()
11562 add_cond_and_fix(thd, &outer_ref_cond, join->outer_ref_cond); in make_join_select()
11576 add_cond_and_fix(thd, &pseudo_bits_cond, in make_join_select()
11696 add_cond_and_fix(thd, &tmp, rand_cond); in make_join_select()
11701 add_cond_and_fix(thd, &tmp, tab->select_cond); in make_join_select()
12065 add_cond_and_fix(thd, &tmp_cond, rand_cond); in make_join_select()
12099 add_cond_and_fix(thd, &tmp_cond, inner_tab->on_precond); in make_join_select()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_select.cc10981 inline void add_cond_and_fix(THD *thd, Item **e1, Item *e2) in add_cond_and_fix() function
11109 add_cond_and_fix(join->thd, &new_cond, notnull); in add_not_null_conds()
11116 add_cond_and_fix(join->thd, tab->first_inner->on_expr_ref, notnull); in add_not_null_conds()
11406 add_cond_and_fix(thd, &const_cond, in make_join_select()
11449 add_cond_and_fix(thd, &outer_ref_cond, join->outer_ref_cond); in make_join_select()
11463 add_cond_and_fix(thd, &pseudo_bits_cond, in make_join_select()
11583 add_cond_and_fix(thd, &tmp, rand_cond); in make_join_select()
11588 add_cond_and_fix(thd, &tmp, tab->select_cond); in make_join_select()
11947 add_cond_and_fix(thd, &tmp_cond, rand_cond); in make_join_select()
11981 add_cond_and_fix(thd, &tmp_cond, inner_tab->on_precond); in make_join_select()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_select.cc10981 inline void add_cond_and_fix(THD *thd, Item **e1, Item *e2) in add_cond_and_fix() function
11109 add_cond_and_fix(join->thd, &new_cond, notnull); in add_not_null_conds()
11116 add_cond_and_fix(join->thd, tab->first_inner->on_expr_ref, notnull); in add_not_null_conds()
11406 add_cond_and_fix(thd, &const_cond, in make_join_select()
11449 add_cond_and_fix(thd, &outer_ref_cond, join->outer_ref_cond); in make_join_select()
11463 add_cond_and_fix(thd, &pseudo_bits_cond, in make_join_select()
11583 add_cond_and_fix(thd, &tmp, rand_cond); in make_join_select()
11588 add_cond_and_fix(thd, &tmp, tab->select_cond); in make_join_select()
11947 add_cond_and_fix(thd, &tmp_cond, rand_cond); in make_join_select()
11981 add_cond_and_fix(thd, &tmp_cond, inner_tab->on_precond); in make_join_select()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_select.cc10324 inline void add_cond_and_fix(THD *thd, Item **e1, Item *e2) in add_cond_and_fix() function
10452 add_cond_and_fix(join->thd, &new_cond, notnull); in add_not_null_conds()
10459 add_cond_and_fix(join->thd, tab->first_inner->on_expr_ref, notnull); in add_not_null_conds()
10749 add_cond_and_fix(thd, &join->exec_const_cond, in make_join_select()
10771 add_cond_and_fix(thd, &outer_ref_cond, join->outer_ref_cond); in make_join_select()
10785 add_cond_and_fix(thd, &pseudo_bits_cond, in make_join_select()
10897 add_cond_and_fix(thd, &tmp, rand_cond); in make_join_select()
10902 add_cond_and_fix(thd, &tmp, tab->select_cond); in make_join_select()
11256 add_cond_and_fix(thd, &tmp_cond, rand_cond); in make_join_select()
11290 add_cond_and_fix(thd, &tmp_cond, inner_tab->on_precond); in make_join_select()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_select.cc10324 inline void add_cond_and_fix(THD *thd, Item **e1, Item *e2) in add_cond_and_fix() function
10452 add_cond_and_fix(join->thd, &new_cond, notnull); in add_not_null_conds()
10459 add_cond_and_fix(join->thd, tab->first_inner->on_expr_ref, notnull); in add_not_null_conds()
10749 add_cond_and_fix(thd, &join->exec_const_cond, in make_join_select()
10771 add_cond_and_fix(thd, &outer_ref_cond, join->outer_ref_cond); in make_join_select()
10785 add_cond_and_fix(thd, &pseudo_bits_cond, in make_join_select()
10897 add_cond_and_fix(thd, &tmp, rand_cond); in make_join_select()
10902 add_cond_and_fix(thd, &tmp, tab->select_cond); in make_join_select()
11256 add_cond_and_fix(thd, &tmp_cond, rand_cond); in make_join_select()
11290 add_cond_and_fix(thd, &tmp_cond, inner_tab->on_precond); in make_join_select()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_select.cc11094 inline void add_cond_and_fix(THD *thd, Item **e1, Item *e2) in add_cond_and_fix() function
11222 add_cond_and_fix(join->thd, &new_cond, notnull); in add_not_null_conds()
11229 add_cond_and_fix(join->thd, tab->first_inner->on_expr_ref, notnull); in add_not_null_conds()
11519 add_cond_and_fix(thd, &const_cond, in make_join_select()
11562 add_cond_and_fix(thd, &outer_ref_cond, join->outer_ref_cond); in make_join_select()
11576 add_cond_and_fix(thd, &pseudo_bits_cond, in make_join_select()
11696 add_cond_and_fix(thd, &tmp, rand_cond); in make_join_select()
11701 add_cond_and_fix(thd, &tmp, tab->select_cond); in make_join_select()
12065 add_cond_and_fix(thd, &tmp_cond, rand_cond); in make_join_select()
12099 add_cond_and_fix(thd, &tmp_cond, inner_tab->on_precond); in make_join_select()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_select.cc6229 inline void add_cond_and_fix(Item **e1, Item *e2) in add_cond_and_fix() function
6336 add_cond_and_fix(&referred_tab->select_cond, notnull); in add_not_null_conds()