summaryrefslogtreecommitdiff
path: root/sql/log.h
diff options
context:
space:
mode:
authormats@kindahl-laptop.dnsalias.net <>2007-08-16 07:37:50 +0200
committermats@kindahl-laptop.dnsalias.net <>2007-08-16 07:37:50 +0200
commit9c4ef25c55861b403dbc964b32a4297f03c8ba66 (patch)
tree60e368275522a93827d2542c48a28dede4305037 /sql/log.h
parent57df03de46da737433465347bfc0d521f6d4c85d (diff)
downloadmariadb-git-9c4ef25c55861b403dbc964b32a4297f03c8ba66.tar.gz
Renaming RELAY_LOG_INFO and st_relay_log_info to follow coding standards
(and be more friendly to Doxygen by removing unnecessary typedefs).
Diffstat (limited to 'sql/log.h')
-rw-r--r--sql/log.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/log.h b/sql/log.h
index 3b1a0950daa..e2ed7af3b7a 100644
--- a/sql/log.h
+++ b/sql/log.h
@@ -16,7 +16,7 @@
#ifndef LOG_H
#define LOG_H
-struct st_relay_log_info;
+class Relay_log_info;
class Format_description_log_event;
@@ -121,7 +121,7 @@ extern TC_LOG_DUMMY tc_log_dummy;
#define LOG_CLOSE_TO_BE_OPENED 2
#define LOG_CLOSE_STOP_EVENT 4
-struct st_relay_log_info;
+class Relay_log_info;
typedef struct st_log_info
{
@@ -362,7 +362,7 @@ public:
bool need_mutex, bool need_update_threads,
ulonglong *decrease_log_space);
int purge_logs_before_date(time_t purge_time);
- int purge_first_log(struct st_relay_log_info* rli, bool included);
+ int purge_first_log(Relay_log_info* rli, bool included);
bool reset_logs(THD* thd);
void close(uint exiting);