[MXS-790] replication_heartbeat table privilege is not checked / fails silently / is not documented Created: 2016-07-06 Updated: 2016-08-09 Resolved: 2016-08-09 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Documentation |
| Affects Version/s: | 1.4.3 |
| Fix Version/s: | 2.0.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Guillaume Lefranc | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sub-Tasks: |
|
| Description |
|
Hi, the detect_replication_lag=true directive assumes that the maxscale_schema.replication_heartbeat table exists. However, if the maxscale user does not have sufficient privileges to create this DB and table, nothing happens (no error message is logged). IMHO, at least an error should be returned, and the privilege should be checked as well. Also note that this functionality and privilege isn't currently documented. Thanks ! |
| Comments |
| Comment by markus makela [ 2016-08-09 ] |
|
The feature is now properly documented. An error message existed and is logged if any errors occur during the process. |