diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-08-25 22:22:33 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-08-25 22:22:33 +0200 |
commit | 9bc9855c16f815e71223398ef17cd6052becc44e (patch) | |
tree | 89f63ff036ddfcf76bcdc342ec71e0129ba42c89 /mysql-test/include/have_archive.opt | |
parent | 1aa3b02c51f00c142fb89c809e6228d6f99288d9 (diff) | |
download | mariadb-git-9bc9855c16f815e71223398ef17cd6052becc44e.tar.gz |
mtr changes:
* expanding unknown env variable does not abort mtr
* have_archive, blackhole, innodb - preload the corresponding engine
* all options from .opt files get equal treatment, all are searched for special options,
not only -{master,slave}.opt as before (which ignored suite.opt and --mysqld=...)
* --plugin-load gets special treatment too - all instances are merged into one
* federated test fixed to preload federated
Diffstat (limited to 'mysql-test/include/have_archive.opt')
-rw-r--r-- | mysql-test/include/have_archive.opt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/include/have_archive.opt b/mysql-test/include/have_archive.opt new file mode 100644 index 00000000000..cf9309d9fb0 --- /dev/null +++ b/mysql-test/include/have_archive.opt @@ -0,0 +1,2 @@ +--loose-archive +--plugin-load=$HA_ARCHIVE_SO |