summaryrefslogtreecommitdiff
path: root/sql/sql_binlog.cc
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/sql_binlog.cc
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/sql_binlog.cc')
-rw-r--r--sql/sql_binlog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_binlog.cc b/sql/sql_binlog.cc
index 87224b8eea0..a3a804db8f0 100644
--- a/sql/sql_binlog.cc
+++ b/sql/sql_binlog.cc
@@ -52,7 +52,7 @@ void mysql_client_binlog_statement(THD* thd)
Allocation
*/
if (!thd->rli_fake)
- thd->rli_fake= new RELAY_LOG_INFO;
+ thd->rli_fake= new Relay_log_info;
const Format_description_log_event *desc=
new Format_description_log_event(4);