Home
last modified time | relevance | path

Searched refs:predicant (Results 1 – 25 of 55) sorted by relevance

123

/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/main/
H A Dfunc_debug.test6 --echo # Constant predicant, compatible types, bisect
43 --echo # Column predicant, compatible types, bisect
105 --echo # Constant predicant, compatible types, no bisect
157 --echo # Constant predicant, incompatible types, no bisect
191 --echo # Column predicant, incompatible types, no bisect
H A Dcase.test366 --echo # MDEV-13864 Change Item_func_case to store the predicant in args[0]
373 # should propagate the predicant and the WHEN arguments (they are in comparison and use ANY_SUBST)
H A Dfunc_debug.result3 # Constant predicant, compatible types, bisect
200 # Column predicant, compatible types, bisect
475 # Constant predicant, compatible types, no bisect
687 # Constant predicant, incompatible types, no bisect
896 # Column predicant, incompatible types, no bisect
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/main/
H A Dfunc_debug.test6 --echo # Constant predicant, compatible types, bisect
43 --echo # Column predicant, compatible types, bisect
105 --echo # Constant predicant, compatible types, no bisect
157 --echo # Constant predicant, incompatible types, no bisect
191 --echo # Column predicant, incompatible types, no bisect
H A Dcase.test366 --echo # MDEV-13864 Change Item_func_case to store the predicant in args[0]
373 # should propagate the predicant and the WHEN arguments (they are in comparison and use ANY_SUBST)
H A Dfunc_debug.result3 # Constant predicant, compatible types, bisect
200 # Column predicant, compatible types, bisect
475 # Constant predicant, compatible types, no bisect
687 # Constant predicant, incompatible types, no bisect
896 # Column predicant, incompatible types, no bisect
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dfunc_debug.test6 --echo # Constant predicant, compatible types, bisect
43 --echo # Column predicant, compatible types, bisect
105 --echo # Constant predicant, compatible types, no bisect
157 --echo # Constant predicant, incompatible types, no bisect
191 --echo # Column predicant, incompatible types, no bisect
H A Dcase.test366 --echo # MDEV-13864 Change Item_func_case to store the predicant in args[0]
373 # should propagate the predicant and the WHEN arguments (they are in comparison and use ANY_SUBST)
H A Dfunc_debug.result3 # Constant predicant, compatible types, bisect
200 # Column predicant, compatible types, bisect
475 # Constant predicant, compatible types, no bisect
687 # Constant predicant, incompatible types, no bisect
896 # Column predicant, incompatible types, no bisect
H A Dcase.result501 # MDEV-13864 Change Item_func_case to store the predicant in args[0]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dfunc_debug.test6 --echo # Constant predicant, compatible types, bisect
43 --echo # Column predicant, compatible types, bisect
105 --echo # Constant predicant, compatible types, no bisect
157 --echo # Constant predicant, incompatible types, no bisect
191 --echo # Column predicant, incompatible types, no bisect
H A Dcase.test366 --echo # MDEV-13864 Change Item_func_case to store the predicant in args[0]
373 # should propagate the predicant and the WHEN arguments (they are in comparison and use ANY_SUBST)
H A Dfunc_debug.result3 # Constant predicant, compatible types, bisect
200 # Column predicant, compatible types, bisect
475 # Constant predicant, compatible types, no bisect
687 # Constant predicant, incompatible types, no bisect
896 # Column predicant, incompatible types, no bisect
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dfunc_debug.test6 --echo # Constant predicant, compatible types, bisect
43 --echo # Column predicant, compatible types, bisect
105 --echo # Constant predicant, compatible types, no bisect
157 --echo # Constant predicant, incompatible types, no bisect
191 --echo # Column predicant, incompatible types, no bisect
H A Dcase.test366 --echo # MDEV-13864 Change Item_func_case to store the predicant in args[0]
373 # should propagate the predicant and the WHEN arguments (they are in comparison and use ANY_SUBST)
H A Dfunc_debug.result3 # Constant predicant, compatible types, bisect
200 # Column predicant, compatible types, bisect
475 # Constant predicant, compatible types, no bisect
687 # Constant predicant, incompatible types, no bisect
896 # Column predicant, incompatible types, no bisect
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/
H A Dfunc_debug.test6 --echo # Constant predicant, compatible types, bisect
43 --echo # Column predicant, compatible types, bisect
105 --echo # Constant predicant, compatible types, no bisect
157 --echo # Constant predicant, incompatible types, no bisect
191 --echo # Column predicant, incompatible types, no bisect
H A Dcase.test366 --echo # MDEV-13864 Change Item_func_case to store the predicant in args[0]
373 # should propagate the predicant and the WHEN arguments (they are in comparison and use ANY_SUBST)
H A Dfunc_debug.result3 # Constant predicant, compatible types, bisect
200 # Column predicant, compatible types, bisect
475 # Constant predicant, compatible types, no bisect
687 # Constant predicant, incompatible types, no bisect
896 # Column predicant, incompatible types, no bisect
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_cmpfunc.h1903 Item *predicant= args->arguments()[m_predicant_index]; in cmp_args_nulls_equal() local
1907 in_item->store_value(predicant); in cmp_args_nulls_equal()
1909 if (predicant->null_value && val.is_null()) in cmp_args_nulls_equal()
1911 if (predicant->null_value || val.is_null()) in cmp_args_nulls_equal()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_cmpfunc.h1903 Item *predicant= args->arguments()[m_predicant_index];
1907 in_item->store_value(predicant);
1909 if (predicant->null_value && val.is_null())
1911 if (predicant->null_value || val.is_null())
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.h1968 Item *predicant= args->arguments()[m_predicant_index]; in cmp_args_nulls_equal() local
1972 in_item->store_value(predicant); in cmp_args_nulls_equal()
1974 if (predicant->null_value && val.is_null()) in cmp_args_nulls_equal()
1976 if (predicant->null_value || val.is_null()) in cmp_args_nulls_equal()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.h1948 Item *predicant= args->arguments()[m_predicant_index]; in cmp_args_nulls_equal() local
1952 in_item->store_value(predicant); in cmp_args_nulls_equal()
1954 if (predicant->null_value && val.is_null()) in cmp_args_nulls_equal()
1956 if (predicant->null_value || val.is_null()) in cmp_args_nulls_equal()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.h1948 Item *predicant= args->arguments()[m_predicant_index]; in cmp_args_nulls_equal() local
1952 in_item->store_value(predicant); in cmp_args_nulls_equal()
1954 if (predicant->null_value && val.is_null()) in cmp_args_nulls_equal()
1956 if (predicant->null_value || val.is_null()) in cmp_args_nulls_equal()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.h1968 Item *predicant= args->arguments()[m_predicant_index]; in cmp_args_nulls_equal() local
1972 in_item->store_value(predicant); in cmp_args_nulls_equal()
1974 if (predicant->null_value && val.is_null()) in cmp_args_nulls_equal()
1976 if (predicant->null_value || val.is_null()) in cmp_args_nulls_equal()

123