summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
authorguilhem@mysql.com <>2003-12-08 20:47:42 +0100
committerguilhem@mysql.com <>2003-12-08 20:47:42 +0100
commit4d79120e6fc78a79482d4dbe25342bf8662fc458 (patch)
tree027ffda5c63ef111f9a9eea514422a9d7c57ec8c /sql/log_event.h
parent88f0fc283bb319c490249fe9a379d723dd9e36ed (diff)
parentdba12258b9e60ece0917b6907c5e07a2a1b62727 (diff)
downloadmariadb-git-4d79120e6fc78a79482d4dbe25342bf8662fc458.tar.gz
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/home/mysql_src/mysql-4.0
Diffstat (limited to 'sql/log_event.h')
-rw-r--r--sql/log_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.h b/sql/log_event.h
index 929d550951e..a1a7798be34 100644
--- a/sql/log_event.h
+++ b/sql/log_event.h
@@ -607,7 +607,7 @@ public:
Rotate_log_event(THD* thd_arg, const char* new_log_ident_arg,
uint ident_len_arg = 0,
ulonglong pos_arg = LOG_EVENT_OFFSET)
- :Log_event(thd_arg,0,0), new_log_ident(new_log_ident_arg),
+ :Log_event(), new_log_ident(new_log_ident_arg),
pos(pos_arg),ident_len(ident_len_arg ? ident_len_arg :
(uint) strlen(new_log_ident_arg)), alloced(0)
{}