1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug #53261 MTR tests archive_plugin and blackhole_plugin fail when compiling with cmake

Let mtr lookup the plugins, rather than hard-coding autotools lib path.
This commit is contained in:
Tor Didriksen
2010-06-14 11:23:49 +02:00
parent b985f88460
commit 407da94893
8 changed files with 28 additions and 5 deletions

View File

@@ -1,2 +1 @@
--plugin_dir=../storage/federated/.libs
--plugin_dir=$FEDERATED_PLUGIN_DIR

View File

@@ -1,6 +1,8 @@
--source include/not_windows.inc
--source include/have_federated_plugin.inc
--skip federated plugin is disabled
CREATE TABLE t1(a int) ENGINE=FEDERATED;
DROP TABLE t1;