Home
last modified time | relevance | path

Searched refs:compare_pred (Results 1 – 24 of 24) sorted by relevance

/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_subselect.cc5810 compare_pred= (Item_func_lt**) thd->alloc(key_column_count * in init()
5813 if (!key_columns || !compare_pred) in init()
5826 compare_pred[cur_key_col]= fn_less_than; in init()
5852 compare_pred= (Item_func_lt**) thd->alloc(sizeof(Item_func_lt*)); in init()
5856 compare_pred[0]= new (thd->mem_root) Item_func_lt(thd, key_columns[0], in init()
5858 compare_pred[0]->fix_fields(thd, (Item**)&compare_pred[0]); in init()
6023 cmp_res= compare_pred[i]->get_comparator()->compare(); in cmp_key_with_search_key()
6025 DBUG_ASSERT(!compare_pred[i]->null_value); in cmp_key_with_search_key()
H A Ditem_subselect.h1240 Item_func_lt **compare_pred; variable
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_subselect.cc5892 compare_pred= (Item_func_lt**) thd->alloc(key_column_count * in init()
5895 if (!key_columns || !compare_pred) in init()
5908 compare_pred[cur_key_col]= fn_less_than; in init()
5934 compare_pred= (Item_func_lt**) thd->alloc(sizeof(Item_func_lt*)); in init()
5938 compare_pred[0]= new (thd->mem_root) Item_func_lt(thd, key_columns[0], in init()
5940 compare_pred[0]->fix_fields(thd, (Item**)&compare_pred[0]); in init()
6106 cmp_res= compare_pred[i]->get_comparator()->compare(); in cmp_key_with_search_key()
6108 DBUG_ASSERT(!compare_pred[i]->null_value); in cmp_key_with_search_key()
H A Ditem_subselect.h1263 Item_func_lt **compare_pred; variable
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_subselect.cc5851 compare_pred= (Item_func_lt**) thd->alloc(key_column_count * in init()
5854 if (!key_columns || !compare_pred) in init()
5867 compare_pred[cur_key_col]= fn_less_than; in init()
5893 compare_pred= (Item_func_lt**) thd->alloc(sizeof(Item_func_lt*)); in init()
5897 compare_pred[0]= new (thd->mem_root) Item_func_lt(thd, key_columns[0], in init()
5899 compare_pred[0]->fix_fields(thd, (Item**)&compare_pred[0]); in init()
6064 cmp_res= compare_pred[i]->get_comparator()->compare(); in cmp_key_with_search_key()
6066 DBUG_ASSERT(!compare_pred[i]->null_value); in cmp_key_with_search_key()
H A Ditem_subselect.h1250 Item_func_lt **compare_pred; variable
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_subselect.cc5851 compare_pred= (Item_func_lt**) thd->alloc(key_column_count * in init()
5854 if (!key_columns || !compare_pred) in init()
5867 compare_pred[cur_key_col]= fn_less_than; in init()
5893 compare_pred= (Item_func_lt**) thd->alloc(sizeof(Item_func_lt*)); in init()
5897 compare_pred[0]= new (thd->mem_root) Item_func_lt(thd, key_columns[0], in init()
5899 compare_pred[0]->fix_fields(thd, (Item**)&compare_pred[0]); in init()
6064 cmp_res= compare_pred[i]->get_comparator()->compare(); in cmp_key_with_search_key()
6066 DBUG_ASSERT(!compare_pred[i]->null_value); in cmp_key_with_search_key()
H A Ditem_subselect.h1250 Item_func_lt **compare_pred; variable
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_subselect.cc5810 compare_pred= (Item_func_lt**) thd->alloc(key_column_count * in init()
5813 if (!key_columns || !compare_pred) in init()
5826 compare_pred[cur_key_col]= fn_less_than; in init()
5852 compare_pred= (Item_func_lt**) thd->alloc(sizeof(Item_func_lt*)); in init()
5856 compare_pred[0]= new (thd->mem_root) Item_func_lt(thd, key_columns[0], in init()
5858 compare_pred[0]->fix_fields(thd, (Item**)&compare_pred[0]); in init()
6023 cmp_res= compare_pred[i]->get_comparator()->compare(); in cmp_key_with_search_key()
6025 DBUG_ASSERT(!compare_pred[i]->null_value); in cmp_key_with_search_key()
H A Ditem_subselect.h1240 Item_func_lt **compare_pred; variable
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_subselect.cc5892 compare_pred= (Item_func_lt**) thd->alloc(key_column_count * in init()
5895 if (!key_columns || !compare_pred) in init()
5908 compare_pred[cur_key_col]= fn_less_than; in init()
5934 compare_pred= (Item_func_lt**) thd->alloc(sizeof(Item_func_lt*)); in init()
5938 compare_pred[0]= new (thd->mem_root) Item_func_lt(thd, key_columns[0], in init()
5940 compare_pred[0]->fix_fields(thd, (Item**)&compare_pred[0]); in init()
6106 cmp_res= compare_pred[i]->get_comparator()->compare(); in cmp_key_with_search_key()
6108 DBUG_ASSERT(!compare_pred[i]->null_value); in cmp_key_with_search_key()
H A Ditem_subselect.h1263 Item_func_lt **compare_pred; variable
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dsubselect_mat.test152 --echo # LPBUG#719198 Ordered_key::cmp_key_with_search_key(rownum_t): Assertion `!compare_pred[i]->…
H A Dsubselect_mat.result2842 # LPBUG#719198 Ordered_key::cmp_key_with_search_key(rownum_t): Assertion `!compare_pred[i]->null_va…
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/
H A Dsubselect_mat.test152 --echo # LPBUG#719198 Ordered_key::cmp_key_with_search_key(rownum_t): Assertion `!compare_pred[i]->…
H A Dsubselect_mat.result2843 # LPBUG#719198 Ordered_key::cmp_key_with_search_key(rownum_t): Assertion `!compare_pred[i]->null_va…
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dsubselect_mat.test152 --echo # LPBUG#719198 Ordered_key::cmp_key_with_search_key(rownum_t): Assertion `!compare_pred[i]->…
H A Dsubselect_mat.result2843 # LPBUG#719198 Ordered_key::cmp_key_with_search_key(rownum_t): Assertion `!compare_pred[i]->null_va…
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dsubselect_mat.test152 --echo # LPBUG#719198 Ordered_key::cmp_key_with_search_key(rownum_t): Assertion `!compare_pred[i]->…
H A Dsubselect_mat.result2842 # LPBUG#719198 Ordered_key::cmp_key_with_search_key(rownum_t): Assertion `!compare_pred[i]->null_va…
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/main/
H A Dsubselect_mat.test152 --echo # LPBUG#719198 Ordered_key::cmp_key_with_search_key(rownum_t): Assertion `!compare_pred[i]->…
H A Dsubselect_mat.result2810 # LPBUG#719198 Ordered_key::cmp_key_with_search_key(rownum_t): Assertion `!compare_pred[i]->null_va…
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/main/
H A Dsubselect_mat.test152 --echo # LPBUG#719198 Ordered_key::cmp_key_with_search_key(rownum_t): Assertion `!compare_pred[i]->…
H A Dsubselect_mat.result2810 # LPBUG#719198 Ordered_key::cmp_key_with_search_key(rownum_t): Assertion `!compare_pred[i]->null_va…