Hello,
Compiled MySQL with
./configure --prefix=/usr/local/mysql \
--localstatedir=/usr/db/mysql \
CFLAGS=-O3 \
CXX=gcc \
CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti"
--enable-assembler \
--with-openssl
gmake
gmake install
Forgot to include
--with-innodb \
Can I get around it by appropriate settings in my.cnf or do I have to
recompile?
Thanks
-- Joe --
