summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-11-20 18:36:41 +0100
committerserg@serg.mylan <>2004-11-20 18:36:41 +0100
commit2d3dd65cc1512930273b3c82b635e43558ab4e6a (patch)
tree62ae289d237eebb2f3c921cb532cc66e70229341 /sql/log_event.cc
parent15ada105ac9159e6f026c3bc6934c33f3387d9d7 (diff)
parent4e52cc2ded1316c2607079e9f4d513d52fc06312 (diff)
downloadmariadb-git-2d3dd65cc1512930273b3c82b635e43558ab4e6a.tar.gz
merged
Diffstat (limited to 'sql/log_event.cc')
-rw-r--r--sql/log_event.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.cc b/sql/log_event.cc
index a8bff43c80d..77769f0e7e8 100644
--- a/sql/log_event.cc
+++ b/sql/log_event.cc
@@ -3611,7 +3611,7 @@ void Create_file_log_event::print(FILE* file, bool short_form,
if (enable_local)
{
- Load_log_event::print(file, 1, last_event_info, !check_fname_outside_temp_buf());
+ Load_log_event::print(file, short_form, last_event_info, !check_fname_outside_temp_buf());
/*
That one is for "file_id: etc" below: in mysqlbinlog we want the #, in
SHOW BINLOG EVENTS we don't.