diff options
author | mats@kindahl-laptop.dnsalias.net <> | 2007-08-16 07:37:50 +0200 |
---|---|---|
committer | mats@kindahl-laptop.dnsalias.net <> | 2007-08-16 07:37:50 +0200 |
commit | 9c4ef25c55861b403dbc964b32a4297f03c8ba66 (patch) | |
tree | 60e368275522a93827d2542c48a28dede4305037 /sql/rpl_mi.h | |
parent | 57df03de46da737433465347bfc0d521f6d4c85d (diff) | |
download | mariadb-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/rpl_mi.h')
-rw-r--r-- | sql/rpl_mi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_mi.h b/sql/rpl_mi.h index 44ab0d1dc15..5e2326fc010 100644 --- a/sql/rpl_mi.h +++ b/sql/rpl_mi.h @@ -80,7 +80,7 @@ class MASTER_INFO : public Slave_reporting_capability THD *io_thd; MYSQL* mysql; uint32 file_id; /* for 3.23 load data infile */ - RELAY_LOG_INFO rli; + Relay_log_info rli; uint port; uint connect_retry; #ifndef DBUG_OFF |