[MDEV-3177] LP:956463 - Server crashes if SQL_ERROR_LOG fails to initialize 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: | Major |
| Reporter: | Elena Stepanova | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
If SQL_ERROR_LOG plugin returns an error upon initialization, e.g. if it cannot create the log file, server crashes: Could not create file 'sql.err' #4 <signal handler called> bzr version-info To reproduce, try to start server as mysqld <other parameters> --plugin-load=sql_errlog.so --sql_error_log_filename='' see the crash. (An empty file name is just the simplest way to get the error, but it's not required to reproduce the problem, it can be insufficient access rights, or whatever else). |
| Comments |
| Comment by Elena Stepanova [ 2012-03-15 ] |
|
Re: Server crashes if SQL_ERROR_LOG fails to initialize |
| Comment by Alexey Botchkov [ 2012-03-16 ] |
|
Re: Server crashes if SQL_ERROR_LOG fails to initialize |
| Comment by Rasmus Johansson (Inactive) [ 2012-03-16 ] |
|
Launchpad bug id: 956463 |