diff options
author | He Zhenxing <zhenxing.he@sun.com> | 2009-10-02 16:40:06 +0800 |
---|---|---|
committer | He Zhenxing <zhenxing.he@sun.com> | 2009-10-02 16:40:06 +0800 |
commit | 4381f7ed90f54be0be0c569e38d17aefe98b7d0b (patch) | |
tree | 9faad92f9f32392fd8020b3e2acdbaac7057e1b6 /sql/log.cc | |
parent | 228ae2bf50c776e94decc731decefe6eaae0118f (diff) | |
download | mariadb-git-4381f7ed90f54be0be0c569e38d17aefe98b7d0b.tar.gz |
Backport post fix compiler warnings and test failures for BUG#25192 BUG#12190
Diffstat (limited to 'sql/log.cc')
-rw-r--r-- | sql/log.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log.cc b/sql/log.cc index 16f54649d2d..a523c111e87 100644 --- a/sql/log.cc +++ b/sql/log.cc @@ -1901,7 +1901,7 @@ updating the index files.", max_found); */ if (((strlen(ext_buf) + (end - name)) >= FN_REFLEN)) { - sql_print_error("Log filename too large: %s%s (%d). \ + sql_print_error("Log filename too large: %s%s (%lu). \ Please fix this by archiving old logs and updating the \ index files.", name, ext_buf, (strlen(ext_buf) + (end - name))); error= 1; |