Activity log for bug #956427

Date Who What changed Old value New value Message
2012-03-15 20:43:56 Elena Stepanova bug added bug
2012-03-15 21:03:00 Elena Stepanova description When SQL_ERROR_LOG plugin is installed, either at runtime or on server startup, it produces warnings: [Warning] option 'sql-error-log-size-limit': unsigned value 0 adjusted to 100 [Warning] option 'plugin-sql-error-log-size-limit': unsigned value 0 adjusted to 100 These warnings are wrong: the default value of sql_error_log_size_limit is in fact 10000, and moreover, the warnings appear even if sql-error-log-size-limit is set explicitly upon startup. To reproduce, start mysqld --plugin-load=sql_errlog.so and see the error log. When SQL_ERROR_LOG plugin is installed, either at runtime or on server startup, it produces warnings: [Warning] option 'sql-error-log-size-limit': unsigned value 0 adjusted to 100 [Warning] option 'plugin-sql-error-log-size-limit': unsigned value 0 adjusted to 100 These warnings are wrong: the default value of sql_error_log_size_limit is in fact 10000, and moreover, the warnings appear even if sql-error-log-size-limit is set explicitly upon startup. bzr version-info revision-id: wlad@montyprogram.com-20120314233737-2z3lfiwjk08fpv5d date: 2012-03-15 00:37:37 +0100 build-date: 2012-03-16 01:01:13 +0400 revno: 3331 To reproduce, start mysqld --plugin-load=sql_errlog.so and see the error log.
2012-03-16 13:35:25 Alexey Botchkov maria: status New Fix Committed