diff options
author | unknown <msvensson@pilot.mysql.com> | 2008-03-14 13:29:41 +0100 |
---|---|---|
committer | unknown <msvensson@pilot.mysql.com> | 2008-03-14 13:29:41 +0100 |
commit | e49f083d584f57391c4b232b7e0bcb1a6b41d884 (patch) | |
tree | 63bb5cb785486e9900e1bad1f7c8de3e5ff5ab0a /mysql-test/Makefile.am | |
parent | 24640ab9823fd344561f840c6609c4e3d7529895 (diff) | |
download | mariadb-git-e49f083d584f57391c4b232b7e0bcb1a6b41d884.tar.gz |
Add std_data/ndb_backupXX to list of dirs to copy
Diffstat (limited to 'mysql-test/Makefile.am')
-rw-r--r-- | mysql-test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index 593396adbf6..58b63383a0f 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -54,6 +54,8 @@ EXTRA_DIST = README \ # List of directories containing test + result files and the # related test data files that should be copied TEST_DIRS = t r include std_data std_data/parts \ + std_data/ndb_backup50 std_data/ndb_backup51 \ + std_data/ndb_backup51_data_be std_data/ndb_backup51_data_le \ extra/binlog_tests/ extra/rpl_tests \ suite/binlog suite/binlog/t suite/binlog/r suite/binlog/std_data \ suite/bugs/data suite/bugs/t suite/bugs/r \ |