Home
last modified time | relevance | path

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

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/accounting_storage/mysql/
H A Das_mysql_fix_runaway_jobs.c79 mysql_conn->cluster_name, assoc_month_table, in _first_job_roll_up()
H A Daccounting_storage_mysql.h86 extern char *assoc_month_table;
H A Daccounting_storage_mysql.c116 char *assoc_month_table = "assoc_usage_month_table"; variable
1430 cluster_name, assoc_month_table); in create_cluster_tables()
1609 cluster_name, assoc_month_table, in remove_cluster_tables()
2294 cluster_name, assoc_month_table, now, loc_usage_id_char); in remove_common()
H A Das_mysql_archive.c2198 table = assoc_month_table; in _process_old_sql_line()
2327 || (table == assoc_month_table)) { in _process_old_sql_line()
2401 && (table != assoc_month_table) in _process_old_sql_line()
2516 || (table == assoc_month_table)) in _process_old_sql_line()
3583 my_usage_table = assoc_month_table; in _load_usage()
4021 sql_table = assoc_month_table; in _archive_purge_table()
H A Das_mysql_rollup.c1892 run_month ? assoc_month_table : assoc_day_table, in as_mysql_nonhour_rollup()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/accounting_storage/common/
H A Dcommon_as.c55 extern char *assoc_month_table;
499 my_usage_table = assoc_month_table; in set_usage_information()