diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2018-07-20 13:35:58 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2018-07-20 17:35:52 +0200 |
commit | a0d33dc6ef6f380fb5a2d166e75ed6fed2dfce9d (patch) | |
tree | 23a851546156ca246920f5ffa7e825188856c02d /client/mysqlbinlog.cc | |
parent | 323f269d4099b4a47530f0574af63292dfd89b8f (diff) | |
download | mariadb-git-a0d33dc6ef6f380fb5a2d166e75ed6fed2dfce9d.tar.gz |
MDEV-16689: core-file should become a real server variablebb-10.1-MDEV-16689
Mysql Bug#56124 bug analog fix using Sys_var_bit.
Diffstat (limited to 'client/mysqlbinlog.cc')
-rw-r--r-- | client/mysqlbinlog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index 9753125dd67..bc13aa6c2cc 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -71,7 +71,7 @@ ulong bytes_sent = 0L, bytes_received = 0L; ulong mysqld_net_retry_count = 10L; ulong open_files_limit; ulong opt_binlog_rows_event_max_size; -uint test_flags = 0; +ulonglong test_flags = 0; static uint opt_protocol= 0; static FILE *result_file; static char *result_file_name= 0; |