summaryrefslogtreecommitdiff
path: root/sql/log_event.cc
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-04-29 16:07:58 +0300
committermonty@donna.mysql.fi <>2001-04-29 16:07:58 +0300
commit6371f9849d740b5ca31d49d7677dd397e96a6000 (patch)
tree2b4e6d2a33bc77c646ddd851a28ad50472df039d /sql/log_event.cc
parentaf27c38ff602ee7f815706d6cb3dad6bd71b0ebf (diff)
parente30fd503ec15039b5efbce0eaaac32206a7a8db1 (diff)
downloadmariadb-git-6371f9849d740b5ca31d49d7677dd397e96a6000.tar.gz
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
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 17499db4684..ac985c266c8 100644
--- a/sql/log_event.cc
+++ b/sql/log_event.cc
@@ -694,7 +694,7 @@ void Load_log_event::print(FILE* file, bool short_form, char* last_db)
}
if((int)skip_lines > 0)
- fprintf(file, " IGNORE %d LINES ", skip_lines);
+ fprintf(file, " IGNORE %ld LINES ", (long) skip_lines);
if (num_fields)
{