CUBRID Engine
latest
|
#include <stdio.h>
Go to the source code of this file.
Classes | |
struct | msg_catd |
Typedefs | |
typedef struct msg_catd * | MSG_CATD |
Functions | |
int | msgcat_init (void) |
int | msgcat_final (void) |
char * | msgcat_message (int, int, int) |
MSG_CATD | msgcat_open (const char *) |
MSG_CATD | msgcat_get_descriptor (int cat_id) |
char * | msgcat_gets (MSG_CATD, int, int, const char *) |
int | msgcat_close (MSG_CATD) |
FILE * | msgcat_open_file (const char *name) |
#define MSGCAT_CATALOG_CSQL 1 |
Definition at line 35 of file message_catalog.h.
Referenced by csql_get_message(), csql_help_info(), csql_help_menu(), csql_help_schema(), csql_help_trigger(), display_empty_result(), iq_format_err(), and nonscr_display_error().
#define MSGCAT_CATALOG_CUBRID 0 |
Definition at line 34 of file message_catalog.h.
Referenced by au_dump_to_file(), au_dump_user(), au_export_grants(), au_print_auth(), au_print_cache(), au_print_grant_entry(), boot_initialize_client(), boot_restart_server(), er_event_final(), er_event_init(), er_find_fmt(), er_init(), fileio_backup_volume(), fileio_continue_restore(), fileio_find_restore_volume(), fileio_finish_backup(), fileio_get_backup_volume(), fileio_get_next_backup_volume(), fileio_list_restore(), fileio_make_error_message(), fileio_read_backup_info_entries(), fileio_restore_volume(), help_print_obj(), class_description::init(), la_insert_ha_apply_info(), la_remove_archive_logs(), ldr_validate_object_file(), lock_demote_class_lock(), log_change_tran_as_completed(), log_complete_for_2pc(), log_create_internal(), log_recovery_analysis(), log_recovery_notpartof_archives(), log_recovery_resetlog(), log_rv_analysis_complete(), logpb_append_archives_removed_to_log_info(), logpb_archive_active_log(), logpb_backup(), logpb_checkpoint(), logpb_copy_database(), logpb_create_log_info(), logpb_fetch_from_archive(), logpb_get_guess_archive_num(), logpb_remote_ask_user_before_delete_volumes(), logpb_remove_archive_logs_exceed_limit(), logpb_rename_all_volumes_files(), logpb_restore(), prm_check_parameters(), prm_read_and_parse_ini_file(), pt_db_value_initialize(), pt_expand_analytic_node(), pt_function_to_regu(), pt_insert_conjunct(), pt_insert_entity(), pt_make_connect_by_proc(), pt_make_vid(), pt_record_error(), pt_set_analytic_node_etc(), pt_to_aggregate_node(), pt_to_analytic_final_node(), pt_to_analytic_node(), pt_to_fetch_as_scan_proc(), pt_to_fetch_proc(), ptqo_to_merge_list_proc(), ptqo_to_scan_proc(), rel_build_type(), set_iso_level(), sysprm_final(), sysprm_load_and_init_internal(), xboot_initialize_server(), and xlock_dump().
#define MSGCAT_CATALOG_UTILS 2 |
Definition at line 36 of file message_catalog.h.
Referenced by acldb(), addvoldb(), alterdbhost(), applyinfo(), applylogdb(), backupdb(), changemode(), check_commit(), check_dbname(), checkdb(), checksumdb(), compact_usage(), compactdb(), compactdb_start(), compactdb_usage(), copydb(), copylogdb(), createdb(), css_process_activate_heartbeat(), css_process_deact_confirm_no_server(), css_process_deact_confirm_stop_all(), css_process_deact_stop_all(), css_process_deactivate_heartbeat(), css_process_get_server_ha_mode(), css_process_ha_admin_info(), css_process_ha_deregister_by_args(), css_process_ha_deregister_by_pid(), css_process_ha_node_list_info(), css_process_ha_ping_host_info(), css_process_ha_process_list_info(), css_process_ha_start_util_process(), css_process_is_registered_ha_proc(), css_process_kill_all_ha_process(), css_process_kill_immediate(), css_process_kill_slave(), css_process_reconfig_heartbeat(), css_process_shutdown(), deletedb(), desc_obj_to_disk(), desc_value_print(), desc_value_special_fprint(), diagdb(), disk_update_instance(), display_error_line(), do_reclaim_addresses(), dump_locale_collation(), dump_trantb(), dump_tz(), dumplocale(), extract_objects(), fh_create(), fh_dump(), gen_tz(), genlocale(), get_class_mops(), cubload::error_handler::get_message_from_catalog(), hb_resource_demote_start_shutdown_server_proc(), hb_resource_job_proc_dereg(), hb_resource_shutdown_all_ha_procs(), insert_instance(), insert_meth_instance(), installdb(), invalid_class_id_error(), kill_transactions(), killtran(), ldr_act_add_class_all_attrs(), ldr_act_elem(), ldr_act_init_context(), ldr_check_file(), ldr_date_time_conversion_error(), ldr_exec_query_from_file(), ldr_finish_context(), ldr_invalid_class_error(), ldr_report_num_of_commits(), ldr_sa_load(), ldr_server_load(), ldr_signal_handler(), ldr_sys_class_db_generic(), ldr_sys_user_db_generic(), ldr_update_statistics(), ldr_validate_object_file(), load_usage(), loaddb_internal(), locale_dump(), lockdb(), main(), optimizedb(), otable_insert(), otable_reserve(), paramdump(), parse_error(), parse_user_define_line(), patchdb(), plandump(), print_tran_entry(), process_class(), process_object(), process_status_query(), process_value(), renamedb(), restoredb(), restoreslave(), show_statistics(), spacedb(), statdump(), synccoll_check(), synccolldb(), tde(), tranlist(), unload_usage(), unloaddb(), usage(), util_get_class_oids_and_index_btid(), util_print_deprecated(), utility_get_generic_message(), and vacuumdb().
#define MSGCAT_GENERAL_ARG_DUPLICATE 8 |
Definition at line 63 of file message_catalog.h.
Referenced by ldr_validate_object_file().
#define MSGCAT_GENERAL_ARG_INVALIDNUM 15 |
Definition at line 70 of file message_catalog.h.
#define MSGCAT_GENERAL_ARG_MISSING 7 |
Definition at line 62 of file message_catalog.h.
#define MSGCAT_GENERAL_ARG_MISSINGVAL 9 |
Definition at line 64 of file message_catalog.h.
#define MSGCAT_GENERAL_ARG_NODEF 12 |
Definition at line 67 of file message_catalog.h.
#define MSGCAT_GENERAL_ARG_NOMEM 13 |
Definition at line 68 of file message_catalog.h.
#define MSGCAT_GENERAL_ARG_NONFLOAT 6 |
Definition at line 61 of file message_catalog.h.
#define MSGCAT_GENERAL_ARG_NONINT 5 |
Definition at line 60 of file message_catalog.h.
#define MSGCAT_GENERAL_ARG_OPTIONS 16 |
Definition at line 71 of file message_catalog.h.
#define MSGCAT_GENERAL_ARG_OPTIONS2 17 |
Definition at line 72 of file message_catalog.h.
#define MSGCAT_GENERAL_ARG_TOO_LONG 14 |
Definition at line 69 of file message_catalog.h.
#define MSGCAT_GENERAL_ARG_UNEXPECTED 11 |
Definition at line 66 of file message_catalog.h.
#define MSGCAT_GENERAL_ARG_UNKNOWN 10 |
Definition at line 65 of file message_catalog.h.
#define MSGCAT_GENERAL_COPYRIGHT_BODY 3 |
Definition at line 59 of file message_catalog.h.
Referenced by rel_build_type().
#define MSGCAT_GENERAL_COPYRIGHT_HEADER 2 |
Definition at line 58 of file message_catalog.h.
Referenced by rel_build_type().
#define MSGCAT_GENERAL_DATABASE_INIT 1 |
Definition at line 57 of file message_catalog.h.
Referenced by boot_initialize_client(), boot_restart_server(), and xboot_initialize_server().
#define MSGCAT_SET_AUTHORIZATION 11 |
Definition at line 49 of file message_catalog.h.
Referenced by au_dump_to_file(), au_dump_user(), au_export_grants(), au_print_auth(), au_print_cache(), and au_print_grant_entry().
#define MSGCAT_SET_ERROR 5 |
Definition at line 44 of file message_catalog.h.
Referenced by create_or_drop_index_helper(), do_recreate_filter_index_constr(), er_event_final(), er_event_init(), er_find_fmt(), er_init(), pt_check_access_status(), pt_check_auto_increment_table_option(), pt_check_create_view(), pt_check_show_index(), pt_check_table_in_show_heap(), pt_evaluate_tree_internal(), pt_make_regu_hostvar(), pt_resolve_vclass_args(), pt_set_host_variables(), and qo_rewrite_one_like_term().
#define MSGCAT_SET_GENERAL 1 |
Definition at line 42 of file message_catalog.h.
Referenced by boot_initialize_client(), boot_restart_server(), ldr_validate_object_file(), rel_build_type(), and xboot_initialize_server().
#define MSGCAT_SET_HELP 12 |
Definition at line 50 of file message_catalog.h.
Referenced by help_print_obj(), and class_description::init().
#define MSGCAT_SET_INTERNAL 6 |
Definition at line 45 of file message_catalog.h.
Referenced by er_init().
#define MSGCAT_SET_IO 15 |
Definition at line 53 of file message_catalog.h.
Referenced by fileio_backup_volume(), fileio_continue_restore(), fileio_find_restore_volume(), fileio_finish_backup(), fileio_get_next_backup_volume(), fileio_list_restore(), fileio_make_error_message(), fileio_read_backup_info_entries(), and fileio_restore_volume().
#define MSGCAT_SET_LOCK 14 |
Definition at line 52 of file message_catalog.h.
Referenced by lock_demote_class_lock(), and xlock_dump().
#define MSGCAT_SET_LOG 16 |
Definition at line 54 of file message_catalog.h.
Referenced by fileio_get_backup_volume(), la_insert_ha_apply_info(), la_remove_archive_logs(), log_change_tran_as_completed(), log_complete_for_2pc(), log_create_internal(), log_recovery_analysis(), log_recovery_notpartof_archives(), log_recovery_resetlog(), log_rv_analysis_complete(), logpb_append_archives_removed_to_log_info(), logpb_archive_active_log(), logpb_backup(), logpb_checkpoint(), logpb_copy_database(), logpb_create_log_info(), logpb_fetch_from_archive(), logpb_get_guess_archive_num(), logpb_remote_ask_user_before_delete_volumes(), logpb_remove_archive_logs_exceed_limit(), logpb_rename_all_volumes_files(), and logpb_restore().
#define MSGCAT_SET_PARAMETERS 4 |
Definition at line 43 of file message_catalog.h.
Referenced by prm_check_parameters(), prm_read_and_parse_ini_file(), sysprm_final(), and sysprm_load_and_init_internal().
#define MSGCAT_SET_PARSER_RUNTIME 9 |
Definition at line 48 of file message_catalog.h.
Referenced by build_xasl_for_server_delete(), check_for_cons(), check_timeout_value(), create_or_drop_index_helper(), object_printer::describe_class(), do_alter_serial(), do_drop_serial(), do_drop_variable(), do_evaluate_insert_values(), do_execute_select(), do_insert_at_server(), do_insert_template(), do_prepare_delete(), do_prepare_insert_internal(), do_prepare_merge(), do_prepare_select(), do_prepare_update(), do_recreate_filter_index_constr(), do_replace_names_for_insert_values_pre(), do_select_internal(), do_set_pruning_type(), do_set_xaction(), map_iso_levels(), mq_check_authorization_path_entities(), mq_check_non_updatable_vclass_oid(), mq_class_lambda(), mq_evaluate_check_option(), mq_evaluate_expression(), mq_evaluate_expression_having_serial(), mq_fetch_expression_for_real_class_update(), mq_fetch_one_real_class_get_cache(), mq_fetch_subqueries(), mq_fetch_subqueries_for_update_local(), mq_invert_insert_select(), mq_path_spec_lambda(), mq_replace_virtual_oid_with_real_oid(), mq_set_types(), mq_substitute_select_in_statement(), mq_substitute_subquery_in_statement(), mq_translate_delete(), mq_translate_insert(), mq_translate_tree(), mq_translate_update(), mq_virtual_queries(), pt_add_lock_class(), pt_append_assignment_references(), pt_check_create_entity(), pt_class_pre_fetch(), pt_db_value_initialize(), pt_eval_path_expr(), pt_evaluate_db_value_expr(), pt_evaluate_tree_internal(), pt_function_to_regu(), pt_get_one_tuple_from_list_id(), pt_help_show_create_table(), pt_init_pred_expr_context(), pt_set_host_variables(), pt_to_analytic_final_node(), pt_to_buildlist_proc(), pt_to_buildvalue_proc(), pt_to_constraint_pred(), pt_to_func_pred(), pt_to_insert_xasl(), pt_to_odku_info(), pt_to_regu_variable(), pt_value_to_db(), set_iso_level(), update_at_server(), and update_check_for_constraints().
#define MSGCAT_SET_PARSER_SEMANTIC 8 |
Definition at line 47 of file message_catalog.h.
Referenced by call_method(), check_arg_valid(), check_default_on_update_clause(), compile_partition_expression(), do_add_attribute_from_select_column(), do_alter_one_clause_with_template(), do_alter_serial(), do_cast_host_variables_to_expected_domain(), do_create_serial(), get_att_default_from_def(), get_natural_join_attrs_from_pt_spec(), func_type::Node::invalid_arg_count_error(), func_type::Node::invalid_arg_error(), func_type::Node::invalid_coll_error(), meth_translate_spec(), mq_check_delete(), mq_check_using_index(), mq_check_vclass_for_insert(), mq_fetch_expression_for_real_class_update(), mq_rewrite_order_dependent_query(), mq_rewrite_upd_del_top_level_specs(), func_type::Node::preprocess(), pt_apply_union_select_list_collation(), pt_assignment_class_compatible(), pt_bind_name_or_path_in_scope(), pt_bind_names(), pt_bind_names_post(), pt_bind_spec_attrs(), pt_check_alter(), pt_check_alter_partition(), pt_check_analytic_function(), pt_check_assignments(), pt_check_attribute_domain(), pt_check_cast_op(), pt_check_class_eq(), pt_check_constraint(), pt_check_create_entity(), pt_check_create_index(), pt_check_create_user(), pt_check_create_view(), pt_check_cume_dist_percent_rank_order_by(), pt_check_cyclic_reference_in_view_spec(), pt_check_data_default(), pt_check_default_vclass_query_spec(), pt_check_defaultf(), pt_check_drop(), pt_check_enum_data_type(), pt_check_expr_collation(), pt_check_filter_index_expr(), pt_check_filter_index_expr_pre(), pt_check_for_update_clause(), pt_check_for_update_subquery(), pt_check_function_collation(), pt_check_function_index_expr(), pt_check_function_index_expr_pre(), pt_check_grammar_charset_collation(), pt_check_grant_revoke(), pt_check_group_concat_order_by(), pt_check_into_clause(), pt_check_isolation_lvl(), pt_check_kill(), pt_check_method(), pt_check_mutable_attributes(), pt_check_odku_assignments(), pt_check_order_by(), pt_check_partition_values(), pt_check_partitions(), pt_check_path_eq(), pt_check_range_partition_strict_increasing(), pt_check_recursive_expr_collation(), pt_check_set_count_set(), pt_check_single_valued_node(), pt_check_sub_insert(), pt_check_truncate(), pt_check_union_compatibility(), pt_check_union_type_compatibility_of_values_query(), pt_check_unique_attr(), pt_check_unique_exposed(), pt_check_unique_names(), pt_check_user_exists(), pt_check_user_owns_class(), pt_check_vclass_query_spec(), pt_check_vclass_union_spec(), pt_check_where(), pt_check_with_info(), pt_check_xaction_list(), pt_coerce_expression_argument(), pt_coerce_insert_values(), pt_coerce_range_expr_arguments(), pt_coerce_value_internal(), pt_create_delete_stmt(), pt_db_value_initialize(), pt_dbval_to_value(), pt_eval_expr_type(), pt_eval_function_type_new(), pt_eval_function_type_old(), pt_eval_opt_type(), pt_eval_type_pre(), pt_evaluate_db_value_expr(), pt_evaluate_tree_internal(), pt_expand_analytic_node(), pt_expr_disallow_op_pre(), pt_find_attr_in_class_list(), pt_find_users_class(), pt_fix_buildlist_aggregate_cume_dist_percent_rank(), pt_fix_enumeration_comparison(), pt_fix_interpolation_aggregate_function_order_by(), pt_flat_spec_pre(), pt_function_name_is_spec_attr(), pt_function_to_regu(), pt_gen_isnull_preds(), pt_get_collation_info_for_collection_type(), pt_get_collation_of_collection(), pt_get_common_type_for_union(), pt_get_compatible_info(), pt_get_resolution(), pt_get_select_list(), pt_get_values_query_compatible_info(), pt_help_show_create_table(), pt_insert_conjunct(), pt_insert_entity(), pt_is_function_index_expr(), pt_make_aptr_parent_node(), pt_make_connect_by_proc(), pt_make_flat_name_list(), pt_make_regu_numbering(), pt_make_regu_subquery(), pt_make_table_info(), pt_make_vid(), pt_no_attr_and_meta_attr_updates(), pt_no_double_insert_assignments(), pt_no_double_updates(), pt_node_to_enumeration_expr(), pt_partition_name(), pt_path_chain(), pt_pointer_stack_push(), pt_process_spec_for_update(), pt_resolve_correlation(), pt_resolve_cte_specs(), pt_resolve_default_external(), pt_resolve_default_value(), pt_resolve_group_having_alias_pt_name(), pt_resolve_method_type(), pt_resolve_names(), pt_resolve_natural_join_internal(), pt_resolve_object(), pt_resolve_partition_spec(), pt_resolve_showstmt_args_named(), pt_resolve_showstmt_args_unnamed(), pt_resolve_sort_spec_expr(), pt_resolve_star_reserved_names(), pt_resolve_using_index(), pt_rewrite_derived_for_upd_del(), pt_rewrite_to_auto_param(), pt_semantic_check_local(), pt_set_analytic_node_etc(), pt_set_attr_list_types(), pt_set_host_variables(), pt_set_reserved_name_key_type(), pt_set_table_to_db(), pt_to_aggregate_node(), pt_to_analytic_final_node(), pt_to_analytic_node(), pt_to_buildlist_proc(), pt_to_buildschema_proc(), pt_to_compatible_cast(), pt_to_false_subquery(), pt_to_fetch_as_scan_proc(), pt_to_fetch_proc(), pt_to_outlist(), pt_to_position_regu_variable_list(), pt_to_pred_expr_local_with_arg(), pt_to_regu_variable(), pt_to_sort_list(), pt_type_cast_vclass_query_spec_column(), pt_undef_names_pre(), pt_value_links_add(), pt_value_to_db(), pt_values_query_to_compatible_cast(), pt_where_type(), pt_wrap_collection_with_cast_op(), ptqo_to_merge_list_proc(), ptqo_to_scan_proc(), qo_plan_compute_iscan_sort_list(), qo_reduce_equality_terms(), qo_reduce_order_by(), qo_reduce_order_by_for(), func_type::Node::type_checking(), and validate_attribute_domain().
#define MSGCAT_SET_PARSER_SYNTAX 7 |
Definition at line 46 of file message_catalog.h.
Referenced by pt_record_error().
#define MSGCAT_SET_TRIGGER 13 |
Definition at line 51 of file message_catalog.h.
#define MSGCAT_TRIGGER_TRACE_ACTION 2 |
Definition at line 76 of file message_catalog.h.
#define MSGCAT_TRIGGER_TRACE_CONDITION 1 |
Definition at line 75 of file message_catalog.h.
int msgcat_close | ( | MSG_CATD | ) |
Definition at line 675 of file message_catalog.c.
References msg_catd::catd, cub_catclose(), ER_FAILED, msg_catd::file, and NO_ERROR.
Referenced by msgcat_final().
int msgcat_final | ( | void | ) |
Definition at line 527 of file message_catalog.c.
References ER_FAILED, i, msgcat_def::msg_catd, msgcat_close(), MSGCAT_SYSTEM_DIM, NO_ERROR, NULL, and rc.
Referenced by boot_client_all_finalize(), boot_restart_server(), boot_server_all_finalize(), and main().
MSG_CATD msgcat_get_descriptor | ( | int | cat_id | ) |
Definition at line 642 of file message_catalog.c.
Referenced by er_init().
Definition at line 659 of file message_catalog.c.
References msg_catd::catd, and cub_catgets().
Referenced by er_init(), and msgcat_message().
int msgcat_init | ( | void | ) |
Definition at line 499 of file message_catalog.c.
References ER_FAILED, i, msgcat_def::msg_catd, msgcat_open(), MSGCAT_SYSTEM_DIM, msgcat_def::name, NO_ERROR, and NULL.
Referenced by boot_initialize_client(), boot_remove_all_volumes(), boot_restart_client(), boot_restart_server(), er_init(), net_server_start(), sysprm_load_and_init_internal(), utility_initialize(), xboot_delete(), xboot_emergency_patch(), xboot_initialize_server(), and xboot_restart_from_backup().
char* msgcat_message | ( | int | , |
int | , | ||
int | |||
) |
Definition at line 558 of file message_catalog.c.
References msgcat_def::cat_id, msgcat_def::msg_catd, msgcat_gets(), msgcat_open(), MSGCAT_SYSTEM_DIM, msgcat_def::name, and NULL.
Referenced by acldb(), addvoldb(), alterdbhost(), applyinfo(), applylogdb(), au_dump_to_file(), au_dump_user(), au_export_grants(), au_print_auth(), au_print_cache(), au_print_grant_entry(), backupdb(), boot_initialize_client(), boot_restart_server(), changemode(), check_commit(), check_dbname(), checkdb(), checksumdb(), compact_usage(), compactdb(), compactdb_start(), compactdb_usage(), copydb(), copylogdb(), createdb(), csql_get_message(), csql_help_info(), csql_help_menu(), csql_help_schema(), csql_help_trigger(), css_process_activate_heartbeat(), css_process_deact_confirm_no_server(), css_process_deact_confirm_stop_all(), css_process_deact_stop_all(), css_process_deactivate_heartbeat(), css_process_get_server_ha_mode(), css_process_ha_admin_info(), css_process_ha_deregister_by_args(), css_process_ha_deregister_by_pid(), css_process_ha_node_list_info(), css_process_ha_ping_host_info(), css_process_ha_process_list_info(), css_process_ha_start_util_process(), css_process_is_registered_ha_proc(), css_process_kill_all_ha_process(), css_process_kill_immediate(), css_process_kill_slave(), css_process_reconfig_heartbeat(), css_process_shutdown(), deletedb(), desc_obj_to_disk(), desc_value_print(), desc_value_special_fprint(), diagdb(), disk_update_instance(), display_empty_result(), display_error_line(), do_reclaim_addresses(), dump_locale_collation(), dump_trantb(), dump_tz(), dumplocale(), er_event_final(), er_event_init(), er_find_fmt(), er_init(), extract_objects(), fh_create(), fh_dump(), fileio_backup_volume(), fileio_continue_restore(), fileio_find_restore_volume(), fileio_finish_backup(), fileio_get_backup_volume(), fileio_get_next_backup_volume(), fileio_list_restore(), fileio_make_error_message(), fileio_read_backup_info_entries(), fileio_restore_volume(), gen_tz(), genlocale(), get_class_mops(), cubload::error_handler::get_message_from_catalog(), hb_resource_demote_start_shutdown_server_proc(), hb_resource_job_proc_dereg(), hb_resource_shutdown_all_ha_procs(), help_print_obj(), class_description::init(), insert_instance(), insert_meth_instance(), installdb(), invalid_class_id_error(), iq_format_err(), kill_transactions(), killtran(), la_insert_ha_apply_info(), la_remove_archive_logs(), ldr_act_add_class_all_attrs(), ldr_act_elem(), ldr_act_init_context(), ldr_check_file(), ldr_date_time_conversion_error(), ldr_exec_query_from_file(), ldr_finish_context(), ldr_invalid_class_error(), ldr_report_num_of_commits(), ldr_sa_load(), ldr_server_load(), ldr_signal_handler(), ldr_sys_class_db_generic(), ldr_sys_user_db_generic(), ldr_update_statistics(), ldr_validate_object_file(), load_usage(), loaddb_internal(), locale_dump(), lock_demote_class_lock(), lockdb(), log_change_tran_as_completed(), log_complete_for_2pc(), log_create_internal(), log_recovery_analysis(), log_recovery_notpartof_archives(), log_recovery_resetlog(), log_rv_analysis_complete(), logpb_append_archives_removed_to_log_info(), logpb_archive_active_log(), logpb_backup(), logpb_checkpoint(), logpb_copy_database(), logpb_create_log_info(), logpb_fetch_from_archive(), logpb_get_guess_archive_num(), logpb_remote_ask_user_before_delete_volumes(), logpb_remove_archive_logs_exceed_limit(), logpb_rename_all_volumes_files(), logpb_restore(), main(), nonscr_display_error(), optimizedb(), otable_insert(), otable_reserve(), paramdump(), parse_error(), parse_user_define_line(), patchdb(), plandump(), print_tran_entry(), prm_check_parameters(), prm_read_and_parse_ini_file(), process_class(), process_object(), process_status_query(), process_value(), pt_db_value_initialize(), pt_expand_analytic_node(), pt_function_to_regu(), pt_insert_conjunct(), pt_insert_entity(), pt_make_connect_by_proc(), pt_make_vid(), pt_record_error(), pt_set_analytic_node_etc(), pt_to_aggregate_node(), pt_to_analytic_final_node(), pt_to_analytic_node(), pt_to_fetch_as_scan_proc(), pt_to_fetch_proc(), ptqo_to_merge_list_proc(), ptqo_to_scan_proc(), rel_build_type(), renamedb(), restoredb(), restoreslave(), set_iso_level(), show_statistics(), spacedb(), statdump(), synccoll_check(), synccolldb(), sysprm_final(), sysprm_load_and_init_internal(), tde(), tranlist(), unload_usage(), unloaddb(), usage(), util_get_class_oids_and_index_btid(), util_print_deprecated(), utility_get_generic_message(), vacuumdb(), xboot_initialize_server(), and xlock_dump().
Definition at line 600 of file message_catalog.c.
References ARG_FILE_LINE, msg_catd::catd, cub_catclose(), cub_catopen(), envvar_localedir_file(), ER_ERROR_SEVERITY, ER_OUT_OF_VIRTUAL_MEMORY, er_set(), msg_catd::file, lang_get_msg_Loc_name(), LANG_NAME_DEFAULT, msgcat_def::msg_catd, NULL, and strdup().
Referenced by msgcat_init(), and msgcat_message().
FILE* msgcat_open_file | ( | const char * | name | ) |
Definition at line 696 of file message_catalog.c.
References envvar_localedir_file(), lang_get_msg_Loc_name(), LANG_NAME_DEFAULT, and NULL.