Skip to content

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

void event_log_end (
    THREAD_ENTRY * thread_p
) 

function event_log_final

void event_log_final (
    void
) 

function event_log_init

void event_log_init (
    const  char * db_name
) 

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

void event_log_print_client_info (
    int tran_index,
    int indent
) 

function event_log_sql_string

void event_log_sql_string (
    THREAD_ENTRY * thread_p,
    FILE * log_fp,
    XASL_ID * xasl_id,
    int indent
) 

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

FILE * event_log_start (
    THREAD_ENTRY * thread_p,
    const  char * event_name
) 

Macro Definition Documentation

define EVENT_EMPTY_QUERY

#define EVENT_EMPTY_QUERY `"***EMPTY***"`


The documentation for this class was generated from the following file cubrid/src/base/event_log.h