File event_log.h¶
FileList > base > event_log.h
Go to the source code of this file
#include "query_list.h"#include "thread_compat.hpp"#include <stdio.h>
Public Functions¶
| Type | Name |
|---|---|
| void | event_log_bind_values (THREAD_ENTRY * thread_p, FILE * log_fp, int tran_index, int bind_index) |
| void | event_log_end (THREAD_ENTRY * thread_p) |
| void | event_log_final (void) |
| void | event_log_init (const char * db_name) |
| void | event_log_log_flush_thr_wait (THREAD_ENTRY * thread_p, int flush_count, clientids * client_info, int flush_time, int flush_wait_time, int writer_time) |
| void | event_log_print_client_info (int tran_index, int indent) |
| void | event_log_sql_string (THREAD_ENTRY * thread_p, FILE * log_fp, XASL_ID * xasl_id, int indent) |
| void | event_log_sql_without_user_oid (FILE * fp, const char * format, int indent, const char * hash_text) |
| FILE * | event_log_start (THREAD_ENTRY * thread_p, const char * event_name) |
Macros¶
| Type | Name |
|---|---|
| define | EVENT_EMPTY_QUERY "\*\*\*EMPTY\*\*\*" |
Public Functions Documentation¶
function event_log_bind_values¶
void event_log_bind_values (
THREAD_ENTRY * thread_p,
FILE * log_fp,
int tran_index,
int bind_index
)
function event_log_end¶
function event_log_final¶
function event_log_init¶
function event_log_log_flush_thr_wait¶
void event_log_log_flush_thr_wait (
THREAD_ENTRY * thread_p,
int flush_count,
clientids * client_info,
int flush_time,
int flush_wait_time,
int writer_time
)
function event_log_print_client_info¶
function event_log_sql_string¶
function event_log_sql_without_user_oid¶
void event_log_sql_without_user_oid (
FILE * fp,
const char * format,
int indent,
const char * hash_text
)
function event_log_start¶
Macro Definition Documentation¶
define EVENT_EMPTY_QUERY¶
The documentation for this class was generated from the following file cubrid/src/base/event_log.h