summaryrefslogtreecommitdiff
path: root/client/mysqlbinlog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/mysqlbinlog.cc')
-rw-r--r--client/mysqlbinlog.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc
index 4e30f847254..c7244e07e8c 100644
--- a/client/mysqlbinlog.cc
+++ b/client/mysqlbinlog.cc
@@ -385,9 +385,9 @@ static void dump_remote_log_entries(const char* logname)
}
}
-static int check_header (IO_CACHE* file)
+static int check_header(IO_CACHE* file)
{
- char buf[PROBE_HEADER_LEN];
+ byte buf[PROBE_HEADER_LEN];
int old_format;
my_off_t pos = my_b_tell(file);