diff options
author | unknown <monty@donna.mysql.fi> | 2001-04-29 16:07:58 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-04-29 16:07:58 +0300 |
commit | 64dcaea40578386ee7a1a8837114b597ee4257cd (patch) | |
tree | 2b4e6d2a33bc77c646ddd851a28ad50472df039d /sql/log_event.cc | |
parent | d067af6a168860548f31175966bfc830028dd5f6 (diff) | |
parent | eaa2350748beea0aa28bef227e62f4f00377247c (diff) | |
download | mariadb-git-64dcaea40578386ee7a1a8837114b597ee4257cd.tar.gz |
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
sql/log_event.cc:
Auto merged
Diffstat (limited to 'sql/log_event.cc')
-rw-r--r-- | sql/log_event.cc | 2 |
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) { |