[MDEV-31547] Update mtr test using select @@datadir to use MARIADB_DATADIR Created: 2023-06-26 Updated: 2023-10-05 Resolved: 2023-10-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Michael Widenius | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
This task to replace all 'select @@datadir' usage to $MARIADB_DATADIR and $MARIADB_TOPDIR. Background:
In 11.3 with catalogs the two paths are different as databases are stored inside the Doing this change in 10.6 will:
This change is already done in the 'maria-cat' branch, in the "mtr --catalogs" commit. The task is to backport all test changes related to the usage of $MARIADB_DATADIR and $MARIADB_TOPDIR |