diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-06-10 19:35:18 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-06-10 19:35:18 +0200 |
commit | 1cd47ac79a00685883ed5a21a265be10191db483 (patch) | |
tree | 4a3c2668c694c0f35e5df220ef116efca0b5e718 /storage | |
parent | e96885de92321763efd59e76d4dc192fef446be5 (diff) | |
download | mariadb-git-1cd47ac79a00685883ed5a21a265be10191db483.tar.gz |
ugly-ugly. $with_plugin_innobase was hard-coded in configure.in in
Diffstat (limited to 'storage')
-rw-r--r-- | storage/xtradb/plug.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/xtradb/plug.in b/storage/xtradb/plug.in index 013ee4349f8..c77bd15be1b 100644 --- a/storage/xtradb/plug.in +++ b/storage/xtradb/plug.in @@ -14,12 +14,13 @@ # Place, Suite 330, Boston, MA 02111-1307 USA # -MYSQL_STORAGE_ENGINE(xtradb, innodb, [XtraDB Storage Engine], +MYSQL_STORAGE_ENGINE(xtradb, xtradb, [XtraDB Storage Engine], [XtraDB - a drop-in replacement for InnoDB], [max,max-no-ndb]) MYSQL_PLUGIN_DIRECTORY(xtradb, [storage/xtradb]) MYSQL_PLUGIN_STATIC(xtradb, [libxtradb.a]) MYSQL_PLUGIN_DYNAMIC(xtradb, [ha_xtradb.la]) MYSQL_PLUGIN_ACTIONS(xtradb, [ + with_plugin_innobase=$with_plugin_xtradb # for legacy code in configure.in AC_CHECK_LIB(rt, aio_read, [innodb_system_libs="-lrt"]) AC_SUBST(innodb_system_libs) AC_CHECK_HEADERS(aio.h sched.h) |