mirror of https://github.com/MariaDB/server
Browse Source
This is for preparing MariaDB for catalogs. mtr tests should in the future use MARIADB_TOPDIR or MARIADB_DATADIR instead of '@@datadir'. This is especially true for replication tests that access binlog files. MARIADB_TOPDIR is the top directory where binary log and engine log files resides. MARIADB_DATADIR is the directory where the database/schema directories resides. MARIADB_TOPDIR is not depending on catalogs. When catalogs is used MARIADB_DATADIR will point to the directory of the current catalog. If catalogs is not used then MARIAD_DATADIR=MARIADB_TOPDIR.pull/3729/head
1 changed files with 20 additions and 0 deletions
Loading…
Reference in new issue