Home
last modified time | relevance | path

Searched refs:handled_columns (Results 1 – 6 of 6) sorted by relevance

/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dopt_range.cc3332 MY_BITMAP handled_columns; in calculate_cond_selectivity_for_table() local
3336 my_bitmap_init(&handled_columns, buf, table->s->fields, FALSE); in calculate_cond_selectivity_for_table()
3383 if (bitmap_is_set(&handled_columns, key_part->fieldnr-1)) in calculate_cond_selectivity_for_table()
3385 bitmap_set_bit(&handled_columns, key_part->fieldnr-1); in calculate_cond_selectivity_for_table()
3538 if (!bitmap_is_set(&handled_columns, table_field->field_index)) in calculate_cond_selectivity_for_table()
3557 bitmap_union(used_fields, &handled_columns); in calculate_cond_selectivity_for_table()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dopt_range.cc3332 MY_BITMAP handled_columns; in calculate_cond_selectivity_for_table() local
3336 my_bitmap_init(&handled_columns, buf, table->s->fields, FALSE); in calculate_cond_selectivity_for_table()
3383 if (bitmap_is_set(&handled_columns, key_part->fieldnr-1)) in calculate_cond_selectivity_for_table()
3385 bitmap_set_bit(&handled_columns, key_part->fieldnr-1); in calculate_cond_selectivity_for_table()
3538 if (!bitmap_is_set(&handled_columns, table_field->field_index)) in calculate_cond_selectivity_for_table()
3557 bitmap_union(used_fields, &handled_columns); in calculate_cond_selectivity_for_table()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dopt_range.cc2958 MY_BITMAP handled_columns; in calculate_cond_selectivity_for_table() local
2962 my_bitmap_init(&handled_columns, buf, table->s->fields, FALSE); in calculate_cond_selectivity_for_table()
3008 if (bitmap_is_set(&handled_columns, key_part->fieldnr-1)) in calculate_cond_selectivity_for_table()
3010 bitmap_set_bit(&handled_columns, key_part->fieldnr-1); in calculate_cond_selectivity_for_table()
3147 if (!bitmap_is_set(&handled_columns, table_field->field_index)) in calculate_cond_selectivity_for_table()
3165 bitmap_union(used_fields, &handled_columns); in calculate_cond_selectivity_for_table()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dopt_range.cc2958 MY_BITMAP handled_columns; in calculate_cond_selectivity_for_table() local
2962 my_bitmap_init(&handled_columns, buf, table->s->fields, FALSE); in calculate_cond_selectivity_for_table()
3008 if (bitmap_is_set(&handled_columns, key_part->fieldnr-1)) in calculate_cond_selectivity_for_table()
3010 bitmap_set_bit(&handled_columns, key_part->fieldnr-1); in calculate_cond_selectivity_for_table()
3147 if (!bitmap_is_set(&handled_columns, table_field->field_index)) in calculate_cond_selectivity_for_table()
3165 bitmap_union(used_fields, &handled_columns); in calculate_cond_selectivity_for_table()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dopt_range.cc3367 MY_BITMAP handled_columns; in calculate_cond_selectivity_for_table() local
3371 my_bitmap_init(&handled_columns, buf, table->s->fields, FALSE); in calculate_cond_selectivity_for_table()
3418 if (bitmap_is_set(&handled_columns, key_part->fieldnr-1)) in calculate_cond_selectivity_for_table()
3420 bitmap_set_bit(&handled_columns, key_part->fieldnr-1); in calculate_cond_selectivity_for_table()
3572 if (!bitmap_is_set(&handled_columns, table_field->field_index)) in calculate_cond_selectivity_for_table()
3591 bitmap_union(used_fields, &handled_columns); in calculate_cond_selectivity_for_table()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dopt_range.cc3367 MY_BITMAP handled_columns; in calculate_cond_selectivity_for_table() local
3371 my_bitmap_init(&handled_columns, buf, table->s->fields, FALSE); in calculate_cond_selectivity_for_table()
3418 if (bitmap_is_set(&handled_columns, key_part->fieldnr-1)) in calculate_cond_selectivity_for_table()
3420 bitmap_set_bit(&handled_columns, key_part->fieldnr-1); in calculate_cond_selectivity_for_table()
3572 if (!bitmap_is_set(&handled_columns, table_field->field_index)) in calculate_cond_selectivity_for_table()
3591 bitmap_union(used_fields, &handled_columns); in calculate_cond_selectivity_for_table()