|
CUBRID Engine
latest
|
#include <log_impl.h>

Public Attributes | |
| BTID | btid |
| GLOBAL_UNIQUE_STATS * | stack |
| GLOBAL_UNIQUE_STATS * | next |
| pthread_mutex_t | mutex |
| UINT64 | del_id |
| LOG_UNIQUE_STATS | unique_stats |
| LOG_LSA | last_log_lsa |
Definition at line 614 of file log_impl.h.
| BTID global_unique_stats::btid |
Definition at line 616 of file log_impl.h.
Referenced by btree_reflect_global_unique_statistics(), and logtb_global_unique_stat_init().
| UINT64 global_unique_stats::del_id |
Definition at line 620 of file log_impl.h.
| LOG_LSA global_unique_stats::last_log_lsa |
Definition at line 623 of file log_impl.h.
Referenced by btree_reflect_global_unique_statistics(), logtb_global_unique_stat_init(), logtb_reflect_global_unique_stats_to_btree(), logtb_rv_update_global_unique_stats_by_abs(), and logtb_update_global_unique_stats_by_delta().
| pthread_mutex_t global_unique_stats::mutex |
Definition at line 619 of file log_impl.h.
Referenced by logtb_get_global_unique_stats(), logtb_global_unique_stat_alloc(), logtb_reflect_global_unique_stats_to_btree(), logtb_rv_update_global_unique_stats_by_abs(), and logtb_update_global_unique_stats_by_delta().
| GLOBAL_UNIQUE_STATS* global_unique_stats::next |
Definition at line 618 of file log_impl.h.
| GLOBAL_UNIQUE_STATS* global_unique_stats::stack |
Definition at line 617 of file log_impl.h.
| LOG_UNIQUE_STATS global_unique_stats::unique_stats |