Details
-
Type:
Bug
-
Status: Confirmed
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 10.0.21
-
Fix Version/s: 10.1
-
Component/s: Scripts & Clients
-
Environment:rhel6
Description
having 18G + binlogs probably isn't the best move however if mysqld supports them so should the client tools.
# mysqlbinlog --start-position 18844480604 mysql-bin.000061 Warning: option 'start-position': unsigned value 18844480604 adjusted to 4294967295 # mysqlbinlog --version mysqlbinlog Ver 3.3 for Linux at x86_64 # yum info MariaDB-client.x86_64 Name : MariaDB-client Arch : x86_64 Version : 10.0.21 Release : 1.el6 Size : 49 M Repo : installed From repo : mariadb Summary : MariaDB: a very fast and robust SQL database server URL : http://mariadb.org License : GPL Description : MariaDB: a very fast and robust SQL database server
Gliffy Diagrams
Attachments
Issue Links
- relates to
-
MDEV-8746 max_binlog_size was exceeded
-
- Open
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Hi Daniel,
Do you know whether it's already been filed upstream? If not, are you planning to do so?
You must have a really huge transaction to have this binlog position, given that the max value for max_binlog_size is ~18 times less...