[MDEV-14736] Garbage in User/db field on connect Created: 2017-12-21 Updated: 2018-01-22 Resolved: 2018-01-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.0.31 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Jan Vestergaard | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 1 |
| Labels: | need_feedback | ||
| Description |
|
We see a problem with version 10.0.31 when we connect to the database and use show full processlist or select database(). We then get information like this back
For id 1714 it is a application user and id 26468 is root. |
| Comments |
| Comment by Jan Vestergaard [ 2017-12-21 ] | ||||
|
We found the problem. We found this in the errorlog
This was because the configuration for general_log_file and slow_query_log_file was wrong. When the database started it crashed first and the started. When we did a SELECT * FROM `information_schema`.`TABLES` and could crash the MySQL process. After fixing the configuration and restart the MySQL process we did not see the problem anymore. | ||||
| Comment by Elena Stepanova [ 2017-12-22 ] | ||||
|
Was it the only configuration change that you've made to get rid of the failures? What's your environment (OS, MariaDB packages and such)? |