Home
last modified time | relevance | path

Searched refs:select_ct (Results 1 – 14 of 14) sorted by relevance

/dports/databases/mariadb104-server/mariadb-10.4.24/storage/spider/
H A Dspd_copy_tables.cc838 spider_db_copy_table *select_ct, *insert_ct; in spider_copy_tables_body() local
1045 select_ct = src_tbl_conn->copy_table; in spider_copy_tables_body()
1047 select_ct->set_sql_charset(copy_tables->access_charset); in spider_copy_tables_body()
1049 select_ct->append_select_str() || in spider_copy_tables_body()
1050 select_ct->append_table_columns(table_share) in spider_copy_tables_body()
1057 select_ct->append_from_str() || in spider_copy_tables_body()
1058 select_ct->append_table_name(0) in spider_copy_tables_body()
1064 select_ct->set_sql_pos(); in spider_copy_tables_body()
1067 select_ct->append_key_order_str(key_info, 0, FALSE) || in spider_copy_tables_body()
1068 select_ct->append_limit(0, bulk_insert_rows) in spider_copy_tables_body()
[all …]
H A Dspd_db_conn.cc11347 spider_db_copy_table *select_ct = src_tbl_conn->copy_table; in spider_db_udf_copy_tables() local
11498 if (select_ct->exec_query( in spider_db_udf_copy_tables()
11575 select_ct->set_sql_to_pos(); in spider_db_udf_copy_tables()
11576 error_num = select_ct->append_copy_where(insert_ct, key_info, in spider_db_udf_copy_tables()
11595 select_ct->append_key_order_str(key_info, 0, FALSE) || in spider_db_udf_copy_tables()
11596 select_ct->append_limit(0, bulk_insert_rows) || in spider_db_udf_copy_tables()
11599 select_ct->append_select_lock_str(SPIDER_LOCK_MODE_SHARED) in spider_db_udf_copy_tables()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/spider/
H A Dspd_copy_tables.cc838 spider_db_copy_table *select_ct, *insert_ct; in spider_copy_tables_body() local
1045 select_ct = src_tbl_conn->copy_table; in spider_copy_tables_body()
1047 select_ct->set_sql_charset(copy_tables->access_charset); in spider_copy_tables_body()
1049 select_ct->append_select_str() || in spider_copy_tables_body()
1050 select_ct->append_table_columns(table_share) in spider_copy_tables_body()
1057 select_ct->append_from_str() || in spider_copy_tables_body()
1058 select_ct->append_table_name(0) in spider_copy_tables_body()
1064 select_ct->set_sql_pos(); in spider_copy_tables_body()
1067 select_ct->append_key_order_str(key_info, 0, FALSE) || in spider_copy_tables_body()
1068 select_ct->append_limit(0, bulk_insert_rows) in spider_copy_tables_body()
[all …]
H A Dspd_db_conn.cc11347 spider_db_copy_table *select_ct = src_tbl_conn->copy_table; in spider_db_udf_copy_tables() local
11498 if (select_ct->exec_query( in spider_db_udf_copy_tables()
11575 select_ct->set_sql_to_pos(); in spider_db_udf_copy_tables()
11576 error_num = select_ct->append_copy_where(insert_ct, key_info, in spider_db_udf_copy_tables()
11595 select_ct->append_key_order_str(key_info, 0, FALSE) || in spider_db_udf_copy_tables()
11596 select_ct->append_limit(0, bulk_insert_rows) || in spider_db_udf_copy_tables()
11599 select_ct->append_select_lock_str(SPIDER_LOCK_MODE_SHARED) in spider_db_udf_copy_tables()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/spider/
H A Dspd_copy_tables.cc839 spider_db_copy_table *select_ct, *insert_ct; in spider_copy_tables_body() local
1046 select_ct = src_tbl_conn->copy_table; in spider_copy_tables_body()
1048 select_ct->set_sql_charset(copy_tables->access_charset); in spider_copy_tables_body()
1050 select_ct->append_select_str() || in spider_copy_tables_body()
1051 select_ct->append_table_columns(table_share) in spider_copy_tables_body()
1058 select_ct->append_from_str() || in spider_copy_tables_body()
1059 select_ct->append_table_name(0) in spider_copy_tables_body()
1065 select_ct->set_sql_pos(); in spider_copy_tables_body()
1068 select_ct->append_key_order_str(key_info, 0, FALSE) || in spider_copy_tables_body()
1069 select_ct->append_limit(0, bulk_insert_rows) in spider_copy_tables_body()
[all …]
H A Dspd_db_conn.cc11033 spider_db_copy_table *select_ct = src_tbl_conn->copy_table; in spider_db_udf_copy_tables() local
11184 if (select_ct->exec_query( in spider_db_udf_copy_tables()
11261 select_ct->set_sql_to_pos(); in spider_db_udf_copy_tables()
11262 error_num = select_ct->append_copy_where(insert_ct, key_info, in spider_db_udf_copy_tables()
11281 select_ct->append_key_order_str(key_info, 0, FALSE) || in spider_db_udf_copy_tables()
11282 select_ct->append_limit(0, bulk_insert_rows) || in spider_db_udf_copy_tables()
11285 select_ct->append_select_lock_str(SPIDER_LOCK_MODE_SHARED) in spider_db_udf_copy_tables()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/spider/
H A Dspd_copy_tables.cc839 spider_db_copy_table *select_ct, *insert_ct; in spider_copy_tables_body() local
1046 select_ct = src_tbl_conn->copy_table; in spider_copy_tables_body()
1048 select_ct->set_sql_charset(copy_tables->access_charset); in spider_copy_tables_body()
1050 select_ct->append_select_str() || in spider_copy_tables_body()
1051 select_ct->append_table_columns(table_share) in spider_copy_tables_body()
1058 select_ct->append_from_str() || in spider_copy_tables_body()
1059 select_ct->append_table_name(0) in spider_copy_tables_body()
1065 select_ct->set_sql_pos(); in spider_copy_tables_body()
1068 select_ct->append_key_order_str(key_info, 0, FALSE) || in spider_copy_tables_body()
1069 select_ct->append_limit(0, bulk_insert_rows) in spider_copy_tables_body()
[all …]
H A Dspd_db_conn.cc11033 spider_db_copy_table *select_ct = src_tbl_conn->copy_table; in spider_db_udf_copy_tables() local
11184 if (select_ct->exec_query( in spider_db_udf_copy_tables()
11261 select_ct->set_sql_to_pos(); in spider_db_udf_copy_tables()
11262 error_num = select_ct->append_copy_where(insert_ct, key_info, in spider_db_udf_copy_tables()
11281 select_ct->append_key_order_str(key_info, 0, FALSE) || in spider_db_udf_copy_tables()
11282 select_ct->append_limit(0, bulk_insert_rows) || in spider_db_udf_copy_tables()
11285 select_ct->append_select_lock_str(SPIDER_LOCK_MODE_SHARED) in spider_db_udf_copy_tables()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/spider/
H A Dspd_copy_tables.cc839 spider_db_copy_table *select_ct, *insert_ct; in spider_copy_tables_body() local
1046 select_ct = src_tbl_conn->copy_table; in spider_copy_tables_body()
1048 select_ct->set_sql_charset(copy_tables->access_charset); in spider_copy_tables_body()
1050 select_ct->append_select_str() || in spider_copy_tables_body()
1051 select_ct->append_table_columns(table_share) in spider_copy_tables_body()
1058 select_ct->append_from_str() || in spider_copy_tables_body()
1059 select_ct->append_table_name(0) in spider_copy_tables_body()
1065 select_ct->set_sql_pos(); in spider_copy_tables_body()
1068 select_ct->append_key_order_str(key_info, 0, FALSE) || in spider_copy_tables_body()
1069 select_ct->append_limit(0, bulk_insert_rows) in spider_copy_tables_body()
[all …]
H A Dspd_db_conn.cc11893 spider_db_copy_table *select_ct = src_tbl_conn->copy_table; in spider_db_udf_copy_tables() local
12044 if (select_ct->exec_query( in spider_db_udf_copy_tables()
12121 select_ct->set_sql_to_pos(); in spider_db_udf_copy_tables()
12122 error_num = select_ct->append_copy_where(insert_ct, key_info, in spider_db_udf_copy_tables()
12141 select_ct->append_key_order_str(key_info, 0, FALSE) || in spider_db_udf_copy_tables()
12142 select_ct->append_limit(0, bulk_insert_rows) || in spider_db_udf_copy_tables()
12145 select_ct->append_select_lock_str(SPIDER_LOCK_MODE_SHARED) in spider_db_udf_copy_tables()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/spider/
H A Dspd_copy_tables.cc839 spider_db_copy_table *select_ct, *insert_ct; in spider_copy_tables_body() local
1046 select_ct = src_tbl_conn->copy_table; in spider_copy_tables_body()
1048 select_ct->set_sql_charset(copy_tables->access_charset); in spider_copy_tables_body()
1050 select_ct->append_select_str() || in spider_copy_tables_body()
1051 select_ct->append_table_columns(table_share) in spider_copy_tables_body()
1058 select_ct->append_from_str() || in spider_copy_tables_body()
1059 select_ct->append_table_name(0) in spider_copy_tables_body()
1065 select_ct->set_sql_pos(); in spider_copy_tables_body()
1068 select_ct->append_key_order_str(key_info, 0, FALSE) || in spider_copy_tables_body()
1069 select_ct->append_limit(0, bulk_insert_rows) in spider_copy_tables_body()
[all …]
H A Dspd_db_conn.cc11893 spider_db_copy_table *select_ct = src_tbl_conn->copy_table; in spider_db_udf_copy_tables() local
12044 if (select_ct->exec_query( in spider_db_udf_copy_tables()
12121 select_ct->set_sql_to_pos(); in spider_db_udf_copy_tables()
12122 error_num = select_ct->append_copy_where(insert_ct, key_info, in spider_db_udf_copy_tables()
12141 select_ct->append_key_order_str(key_info, 0, FALSE) || in spider_db_udf_copy_tables()
12142 select_ct->append_limit(0, bulk_insert_rows) || in spider_db_udf_copy_tables()
12145 select_ct->append_select_lock_str(SPIDER_LOCK_MODE_SHARED) in spider_db_udf_copy_tables()
/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dbanlist.h55 int select_ct; /* count of selected lines */ member
H A Dbanlist.c279 if (banl->select_ct == 0) in banlist_sensitize()
289 gtk_widget_set_sensitive (banl->but_crop, banl->line_ct == banl->select_ct? FALSE: TRUE); in banlist_sensitize()
412 banl->select_ct = 0; in banlist_select_changed()
416 banl->select_ct = g_list_length (list); in banlist_select_changed()