Bug #69704 | Strangeness with max_binlog_stmt_cache_size Settings | ||
---|---|---|---|
Submitted: | 9 Jul 2013 23:26 | Modified: | 10 Jul 2013 5:34 |
Reporter: | Chris Calender | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Options | Severity: | S3 (Non-critical) |
Version: | 5.5.32, 5.6.12 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | max_binlog_stmt_cache_size |
[9 Jul 2013 23:26]
Chris Calender
[10 Jul 2013 5:34]
MySQL Verification Team
Hello Chris, Thank you for the bug report. Verified as described on 5.5.32/5.6.12. // 5.5.32 130702 18:36:06 [Note] /home/ushastry/mybuilds/mysql-5.5.32/bin/mysqld: Shutdown complete 130702 18:36:06 mysqld_safe mysqld from pid file /tmp/5532/ushastry.pid ended 130710 11:02:10 mysqld_safe Starting mysqld daemon with databases from /tmp/5532 130710 11:02:10 [ERROR] Incorrect integer value: '18446744073709547520' 130710 11:02:10 [Warning] option 'max_binlog_stmt_cache_size': unsigned value 0 adjusted to 4096 130710 11:02:10 [ERROR] /home/ushastry/mybuilds/mysql-5.5.32/bin/mysqld: Error while setting value '18446744073709547520' to 'max_binlog_stmt_cache_size' 130710 11:02:10 [ERROR] Aborting 130710 11:02:10 mysqld_safe mysqld from pid file /tmp/5532/ushastry.pid ended // 5.6.12 2013-07-09 10:01:05 13020 [Note] /home/ushastry/mybuilds/mysql-5.6.12-release/bin/mysqld: ready for connections. Version: '5.6.12-debug-log' socket: '/tmp/mysql.sock' port: 3306 Source distribution 130710 10:58:23 mysqld_safe Starting mysqld daemon with databases from /tmp/5612 2013-07-10 10:58:23 0 [ERROR] Incorrect integer value: '18446744073709547520' 2013-07-10 10:58:23 0 [Warning] option 'max_binlog_stmt_cache_size': unsigned value 0 adjusted to 4096 2013-07-10 10:58:23 0 [ERROR] /home/ushastry/mybuilds/mysql-5.6.12-release/bin/mysqld: Error while setting value '18446744073709547520' to 'max_binlog_stmt_cache_size' 2013-07-10 10:58:23 0 [ERROR] Aborting 2013-07-10 10:58:23 0 [Note] Binlog end 130710 10:58:23 mysqld_safe mysqld from pid file /tmp/5612/ushastry.pid ended