Home
last modified time | relevance | path

Searched refs:split_sel (Results 1 – 8 of 8) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dopt_split.cc211 double split_sel; member
999 spl_plan->split_sel= best_rec_per_key / in choose_best_splitting()
1005 double split_card= spl_opt_info->unsplit_card * spl_plan->split_sel; in choose_best_splitting()
1036 records= (ha_rows) (records * spl_plan->split_sel); in choose_best_splitting()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dopt_split.cc211 double split_sel; member
1001 spl_plan->split_sel= best_rec_per_key / in choose_best_splitting()
1007 double split_card= spl_opt_info->unsplit_card * spl_plan->split_sel; in choose_best_splitting()
1038 records= (ha_rows) (records * spl_plan->split_sel); in choose_best_splitting()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dopt_split.cc211 double split_sel; member
1001 spl_plan->split_sel= best_rec_per_key / in choose_best_splitting()
1007 double split_card= spl_opt_info->unsplit_card * spl_plan->split_sel; in choose_best_splitting()
1038 records= (ha_rows) (records * spl_plan->split_sel); in choose_best_splitting()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dopt_split.cc211 double split_sel;
1001 spl_plan->split_sel= best_rec_per_key / in hungarian_ISO_8859_2_create_env()
1007 double split_card= spl_opt_info->unsplit_card * spl_plan->split_sel; in hungarian_ISO_8859_2_create_env()
1038 records= (ha_rows) (records * spl_plan->split_sel); in hungarian_ISO_8859_2_create_env()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dopt_split.cc211 double split_sel; member
1001 spl_plan->split_sel= best_rec_per_key / in choose_best_splitting()
1007 double split_card= spl_opt_info->unsplit_card * spl_plan->split_sel; in choose_best_splitting()
1038 records= (ha_rows) (records * spl_plan->split_sel); in choose_best_splitting()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dopt_split.cc211 double split_sel; member
999 spl_plan->split_sel= best_rec_per_key / in choose_best_splitting()
1005 double split_card= spl_opt_info->unsplit_card * spl_plan->split_sel; in choose_best_splitting()
1036 records= (ha_rows) (records * spl_plan->split_sel); in choose_best_splitting()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmultitrack.h302 LiVESWidget *split_sel; member
H A Dmultitrack.c4470 lives_widget_set_sensitive(mt->split_sel, mt_selblock(NULL, (livespointer)mt) != NULL); in mt_spin_start_value_changed()
4524 lives_widget_set_sensitive(mt->split_sel, TRUE); in mt_spin_end_value_changed()
7504 mt->split_sel = lives_standard_menu_item_new_with_label(_("_Split Selected Video Tracks")); in multitrack()
7505 lives_container_add(LIVES_CONTAINER(mt->tracks_menu), mt->split_sel); in multitrack()
7506 lives_widget_set_sensitive(mt->split_sel, FALSE); in multitrack()
7508 lives_signal_connect(LIVES_GUI_OBJECT(mt->split_sel), LIVES_WIDGET_ACTIVATE_SIGNAL, in multitrack()
16919 lives_widget_set_sensitive(mt->split_sel, FALSE); in on_seltrack_activate()
16924 lives_widget_set_sensitive(mt->split_sel, mt_selblock(NULL, (livespointer)mt) != NULL); in on_seltrack_activate()