[MDEV-25271] Ignore recovery-directory as database by default Created: 2021-03-26 Updated: 2021-03-26 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Trivial |
| Reporter: | Alex | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When the data-directory is a mounted volume, then a directory "lost+found" is automatically created by Linux. This directory is assumed to be a database by MariaDB at e.g. SHOW DATABASES. It can be ignored via the configuration ignore-db-dir=lost+found, but this should be the default value for ignore-db-dir. |