[MDEV-2734] LP:956427 - SQL_ERROR_LOG plugin produces bogus warnings about sql-error-log-size-limit value Created: 2012-03-15 Updated: 2014-06-20 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Elena Stepanova | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| 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 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 To reproduce, start mysqld --plugin-load=sql_errlog.so and see the error log. |
| Comments |
| Comment by Elena Stepanova [ 2012-03-15 ] |
|
Re: SQL_ERROR_LOG plugin produces bogus warnings about sql-error-log-size-limit value |
| Comment by Alexey Botchkov [ 2012-03-16 ] |
|
Re: SQL_ERROR_LOG plugin produces bogus warnings about sql-error-log-size-limit value |
| Comment by Rasmus Johansson (Inactive) [ 2012-03-16 ] |
|
Launchpad bug id: 956427 |