remove wrong check
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mysql@1574 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
89aa027b20
commit
6a1c2c1c26
@ -387,13 +387,7 @@ configure_51() {
|
||||
elog "http://dev.mysql.com/doc/refman/5.1/en/federated-limitations.html"
|
||||
fi
|
||||
|
||||
# Upstream specifically requests that InnoDB always be built.
|
||||
if use xtradb ; then
|
||||
[[ -d storage/xtradb ]] && plugins="${plugins},innobase"
|
||||
[[ ! -d storage/xtradb ]] && eerror "use xtradb but no Percona xtradb plugin"
|
||||
else
|
||||
plugins="${plugins},innobase"
|
||||
fi
|
||||
plugins="${plugins},innobase"
|
||||
|
||||
# like configuration=max-no-ndb
|
||||
if use cluster ; then
|
||||
|
Loading…
Reference in New Issue
Block a user