mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Cleanup
sql/log_event.cc: cleanup sql/mysqld.cc: Portability fix for AIX 4.2 Fix for services on Windows
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user