# HG changeset patch # User Eric Joseph-Alexandre # Date 1278368497 -7200 # Node ID e11c1f49a04bae9364556755e70368eee029fb61 # Parent bc5b14d1f2dfc53c96b61375a995f0b192a6cbf2 mysql: Add InnoDB support. diff -r bc5b14d1f2df -r e11c1f49a04b mysql/receipt --- a/mysql/receipt Mon Jul 05 15:39:05 2010 +0000 +++ b/mysql/receipt Tue Jul 06 00:21:37 2010 +0200 @@ -26,6 +26,7 @@ --with-unix-socket-path=/var/run/mysqld/mysqld.sock \ --with-mysqld-user=mysql \ --enable-thread-safe-client \ + --with-plugins=innobase,innodb_plugin \ --mandir=/usr/share/man $CONFIGURE_ARGS && make -j 4 && make DESTDIR=$PWD/_pkg install