Home
last modified time | relevance | path

Searched refs:compare_type_handler (Results 1 – 25 of 54) sorted by relevance

123

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.cc554 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_string()
555 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_string()
566 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_time()
567 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_time()
578 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_datetime()
579 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_datetime()
803 compare_type_handler())) in compare_native()
806 compare_type_handler())) in compare_native()
810 return compare_type_handler()->cmp_native(m_native1, m_native2); in compare_native()
823 compare_type_handler()); in compare_e_native()
[all …]
H A Ditem_cmpfunc.h143 const Type_handler *compare_type_handler() const { return m_compare_handler; } in compare_type_handler() function
425 virtual const Type_handler *compare_type_handler() const in compare_type_handler() function
533 cmp.compare_type_handler(), in propagate_equal_fields()
544 const Type_handler *compare_type_handler() const in compare_type_handler() function
546 return cmp.compare_type_handler(); in compare_type_handler()
1298 Context cmpctx(ANY_SUBST, cmp.compare_type_handler(), in propagate_equal_fields()
3203 const Type_handler *compare_type_handler() const { return m_compare_handler; } in compare_type_handler() function
H A Dfield.cc1258 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() != STRING_RESULT); in can_be_substituted_to_equal_item()
1271 return ctx.compare_type_handler() == item_equal->compare_type_handler(); in can_be_substituted_to_equal_item()
1564 DBUG_ASSERT(ctx.compare_type_handler()->cmp_type() != STRING_RESULT); in get_equal_zerofill_const_item()
2334 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() == STRING_RESULT); in can_be_substituted_to_equal_item()
2337 return ctx.compare_type_handler() == item_equal->compare_type_handler() && in can_be_substituted_to_equal_item()
2338 (ctx.compare_type_handler()->cmp_type() != STRING_RESULT || in can_be_substituted_to_equal_item()
6197 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() != STRING_RESULT); in can_be_substituted_to_equal_item()
6216 if (ctx.compare_type_handler() == &type_handler_datetime && in can_be_substituted_to_equal_item()
6217 item_equal->compare_type_handler() == &type_handler_time) in can_be_substituted_to_equal_item()
6219 return ctx.compare_type_handler() == item_equal->compare_type_handler(); in can_be_substituted_to_equal_item()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.cc552 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_string()
553 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_string()
564 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_time()
565 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_time()
576 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_datetime()
577 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_datetime()
801 compare_type_handler())) in compare_native()
804 compare_type_handler())) in compare_native()
808 return compare_type_handler()->cmp_native(m_native1, m_native2); in compare_native()
821 compare_type_handler()); in compare_e_native()
[all …]
H A Ditem_cmpfunc.h145 const Type_handler *compare_type_handler() const { return m_compare_handler; } in compare_type_handler() function
422 virtual const Type_handler *compare_type_handler() const in compare_type_handler() function
530 cmp.compare_type_handler(), in propagate_equal_fields()
541 const Type_handler *compare_type_handler() const in compare_type_handler() function
543 return cmp.compare_type_handler(); in compare_type_handler()
1278 Context cmpctx(ANY_SUBST, cmp.compare_type_handler(), in propagate_equal_fields()
3199 const Type_handler *compare_type_handler() const { return m_compare_handler; } in compare_type_handler() function
H A Dfield.cc1196 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() != STRING_RESULT); in can_be_substituted_to_equal_item()
1209 return ctx.compare_type_handler() == item_equal->compare_type_handler(); in can_be_substituted_to_equal_item()
1487 DBUG_ASSERT(ctx.compare_type_handler()->cmp_type() != STRING_RESULT); in get_equal_zerofill_const_item()
2223 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() == STRING_RESULT); in can_be_substituted_to_equal_item()
2226 return ctx.compare_type_handler() == item_equal->compare_type_handler() && in can_be_substituted_to_equal_item()
2227 (ctx.compare_type_handler()->cmp_type() != STRING_RESULT || in can_be_substituted_to_equal_item()
6114 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() != STRING_RESULT); in can_be_substituted_to_equal_item()
6133 if (ctx.compare_type_handler() == &type_handler_datetime && in can_be_substituted_to_equal_item()
6134 item_equal->compare_type_handler() == &type_handler_time) in can_be_substituted_to_equal_item()
6136 return ctx.compare_type_handler() == item_equal->compare_type_handler(); in can_be_substituted_to_equal_item()
H A Dsql_type.cc3896 if (source->compare_type_handler()->cmp_type() != TIME_RESULT) in can_change_cond_ref_to_const()
3926 if (source->compare_type_handler()->cmp_type() != STRING_RESULT) in can_change_cond_ref_to_const()
3976 return target->compare_type_handler() == source->compare_type_handler(); in can_change_cond_ref_to_const()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.cc552 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_string()
553 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_string()
564 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_time()
565 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_time()
576 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_datetime()
577 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_datetime()
801 compare_type_handler())) in compare_native()
804 compare_type_handler())) in compare_native()
808 return compare_type_handler()->cmp_native(m_native1, m_native2); in compare_native()
821 compare_type_handler()); in compare_e_native()
[all …]
H A Ditem_cmpfunc.h145 const Type_handler *compare_type_handler() const { return m_compare_handler; } in compare_type_handler() function
422 virtual const Type_handler *compare_type_handler() const in compare_type_handler() function
530 cmp.compare_type_handler(), in propagate_equal_fields()
541 const Type_handler *compare_type_handler() const in compare_type_handler() function
543 return cmp.compare_type_handler(); in compare_type_handler()
1278 Context cmpctx(ANY_SUBST, cmp.compare_type_handler(), in propagate_equal_fields()
3199 const Type_handler *compare_type_handler() const { return m_compare_handler; } in compare_type_handler() function
H A Dfield.cc1196 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() != STRING_RESULT);
1209 return ctx.compare_type_handler() == item_equal->compare_type_handler();
1487 DBUG_ASSERT(ctx.compare_type_handler()->cmp_type() != STRING_RESULT);
2223 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() == STRING_RESULT);
2226 return ctx.compare_type_handler() == item_equal->compare_type_handler() &&
2227 (ctx.compare_type_handler()->cmp_type() != STRING_RESULT ||
6114 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() != STRING_RESULT);
6133 if (ctx.compare_type_handler() == &type_handler_datetime &&
6134 item_equal->compare_type_handler() == &type_handler_time)
6136 return ctx.compare_type_handler() == item_equal->compare_type_handler();
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.cc554 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_string()
555 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_string()
566 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_time()
567 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_time()
578 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_datetime()
579 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_datetime()
803 compare_type_handler())) in compare_native()
806 compare_type_handler())) in compare_native()
810 return compare_type_handler()->cmp_native(m_native1, m_native2); in compare_native()
823 compare_type_handler()); in compare_e_native()
[all …]
H A Ditem_cmpfunc.h143 const Type_handler *compare_type_handler() const { return m_compare_handler; } in compare_type_handler() function
425 virtual const Type_handler *compare_type_handler() const in compare_type_handler() function
533 cmp.compare_type_handler(), in propagate_equal_fields()
544 const Type_handler *compare_type_handler() const in compare_type_handler() function
546 return cmp.compare_type_handler(); in compare_type_handler()
1298 Context cmpctx(ANY_SUBST, cmp.compare_type_handler(), in propagate_equal_fields()
3203 const Type_handler *compare_type_handler() const { return m_compare_handler; } in compare_type_handler() function
H A Dfield.cc1258 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() != STRING_RESULT); in can_be_substituted_to_equal_item()
1271 return ctx.compare_type_handler() == item_equal->compare_type_handler(); in can_be_substituted_to_equal_item()
1564 DBUG_ASSERT(ctx.compare_type_handler()->cmp_type() != STRING_RESULT); in get_equal_zerofill_const_item()
2334 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() == STRING_RESULT); in can_be_substituted_to_equal_item()
2337 return ctx.compare_type_handler() == item_equal->compare_type_handler() && in can_be_substituted_to_equal_item()
2338 (ctx.compare_type_handler()->cmp_type() != STRING_RESULT || in can_be_substituted_to_equal_item()
6197 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() != STRING_RESULT); in can_be_substituted_to_equal_item()
6216 if (ctx.compare_type_handler() == &type_handler_datetime && in can_be_substituted_to_equal_item()
6217 item_equal->compare_type_handler() == &type_handler_time) in can_be_substituted_to_equal_item()
6219 return ctx.compare_type_handler() == item_equal->compare_type_handler(); in can_be_substituted_to_equal_item()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_cmpfunc.cc576 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_string()
577 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_string()
588 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_time()
589 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_time()
600 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_datetime()
601 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_datetime()
631 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_int()
632 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_int()
666 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_real()
667 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_real()
[all …]
H A Ditem_cmpfunc.h138 const Type_handler *compare_type_handler() const { return m_compare_handler; } in compare_type_handler() function
414 virtual const Type_handler *compare_type_handler() const in compare_type_handler() function
522 cmp.compare_type_handler(), in propagate_equal_fields()
533 const Type_handler *compare_type_handler() const in compare_type_handler() function
535 return cmp.compare_type_handler(); in compare_type_handler()
1263 Context cmpctx(ANY_SUBST, cmp.compare_type_handler(), in propagate_equal_fields()
3145 const Type_handler *compare_type_handler() const { return m_compare_handler; } in compare_type_handler() function
H A Dfield.cc1186 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() != STRING_RESULT); in can_be_substituted_to_equal_item()
1199 return ctx.compare_type_handler() == item_equal->compare_type_handler(); in can_be_substituted_to_equal_item()
1467 DBUG_ASSERT(ctx.compare_type_handler()->cmp_type() != STRING_RESULT); in get_equal_zerofill_const_item()
2214 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() == STRING_RESULT); in can_be_substituted_to_equal_item()
2217 return ctx.compare_type_handler() == item_equal->compare_type_handler() && in can_be_substituted_to_equal_item()
2218 (ctx.compare_type_handler()->cmp_type() != STRING_RESULT || in can_be_substituted_to_equal_item()
6117 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() != STRING_RESULT); in can_be_substituted_to_equal_item()
6136 if (ctx.compare_type_handler() == &type_handler_datetime && in can_be_substituted_to_equal_item()
6137 item_equal->compare_type_handler() == &type_handler_time) in can_be_substituted_to_equal_item()
6139 return ctx.compare_type_handler() == item_equal->compare_type_handler(); in can_be_substituted_to_equal_item()
H A Dsql_type.cc2644 if (source->compare_type_handler()->cmp_type() != TIME_RESULT)
2674 if (source->compare_type_handler()->cmp_type() != STRING_RESULT)
2724 return target->compare_type_handler() == source->compare_type_handler();
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_cmpfunc.cc576 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_string()
577 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_string()
588 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_time()
589 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_time()
600 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_datetime()
601 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_datetime()
631 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_int()
632 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_int()
666 a= cache_converted_constant(thd, a, &a_cache, compare_type_handler()); in set_cmp_func_real()
667 b= cache_converted_constant(thd, b, &b_cache, compare_type_handler()); in set_cmp_func_real()
[all …]
H A Ditem_cmpfunc.h138 const Type_handler *compare_type_handler() const { return m_compare_handler; }
414 virtual const Type_handler *compare_type_handler() const
522 cmp.compare_type_handler(),
533 const Type_handler *compare_type_handler() const
535 return cmp.compare_type_handler();
1263 Context cmpctx(ANY_SUBST, cmp.compare_type_handler(),
3145 const Type_handler *compare_type_handler() const { return m_compare_handler; }
H A Dfield.cc1186 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() != STRING_RESULT); in can_be_substituted_to_equal_item()
1199 return ctx.compare_type_handler() == item_equal->compare_type_handler(); in can_be_substituted_to_equal_item()
1467 DBUG_ASSERT(ctx.compare_type_handler()->cmp_type() != STRING_RESULT); in get_equal_zerofill_const_item()
2214 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() == STRING_RESULT); in can_be_substituted_to_equal_item()
2217 return ctx.compare_type_handler() == item_equal->compare_type_handler() && in can_be_substituted_to_equal_item()
2218 (ctx.compare_type_handler()->cmp_type() != STRING_RESULT || in can_be_substituted_to_equal_item()
6117 DBUG_ASSERT(item_equal->compare_type_handler()->cmp_type() != STRING_RESULT); in can_be_substituted_to_equal_item()
6136 if (ctx.compare_type_handler() == &type_handler_datetime && in can_be_substituted_to_equal_item()
6137 item_equal->compare_type_handler() == &type_handler_time) in can_be_substituted_to_equal_item()
6139 return ctx.compare_type_handler() == item_equal->compare_type_handler(); in can_be_substituted_to_equal_item()
H A Dsql_type.cc2644 if (source->compare_type_handler()->cmp_type() != TIME_RESULT) in can_change_cond_ref_to_const()
2674 if (source->compare_type_handler()->cmp_type() != STRING_RESULT) in can_change_cond_ref_to_const()
2724 return target->compare_type_handler() == source->compare_type_handler(); in can_change_cond_ref_to_const()
/dports/databases/mariadb105-client/mariadb-10.5.15/plugin/type_inet/
H A Dsql_type_inet.h654 return target->compare_type_handler() == source->compare_type_handler(); in can_change_cond_ref_to_const()
H A Dsql_type_inet.cc924 return ctx.compare_type_handler() == item_equal->compare_type_handler(); in can_be_substituted_to_equal_item()
/dports/databases/mariadb105-server/mariadb-10.5.15/plugin/type_inet/
H A Dsql_type_inet.h654 return target->compare_type_handler() == source->compare_type_handler(); in can_change_cond_ref_to_const()
H A Dsql_type_inet.cc924 return ctx.compare_type_handler() == item_equal->compare_type_handler(); in can_be_substituted_to_equal_item()

123