[MXS-140] strip_db_esc does not work without auth_all_servers Created: 2015-05-14 Updated: 2015-06-11 Resolved: 2015-05-14 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | None |
| Fix Version/s: | 1.2.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The stripping of escape characters does not work without auth_all_servers being enabled and the original database grant string is used instead. with auth_all_servers: db_ is saved as db_ |
| Comments |
| Comment by markus makela [ 2015-05-14 ] |
|
Added missing functionality. Strip_db_esc will work without auth_all_servers. |
| Comment by Dipti Joshi (Inactive) [ 2015-06-11 ] |
|
markus makela Is this review complete ? |
| Comment by markus makela [ 2015-06-11 ] |
|
Fixed by adding the missing functionality. |
| Comment by markus makela [ 2015-06-11 ] |
|
Review is complete. |