Merge branch '2.3' into 2.4

This commit is contained in:
Johan Wikman
2019-10-31 10:06:27 +02:00
935 changed files with 339179 additions and 1 deletions

View File

@ -1316,6 +1316,12 @@ GRANT SELECT ON mysql.* TO 'maxscale'@'maxscalehost';
`mysql.*` in addition to the normal grants. This is to work around MDEV-13453
which was fixed in MariaDB 10.2.11.
If you are using MariaDB ColumnStore, the follwing grant is requried.
```
GRANT ALL ON infinidb_vtable.* TO 'maxscale'@'maxscalehost';
```
See [MaxScale Troubleshooting](https://mariadb.com/kb/en/mariadb-enterprise/maxscale-troubleshooting/)
for more information on how to troubleshoot authentication related problems.