change default storage engine when disabling innodb

This commit is contained in:
Baron Schwartz
2012-06-04 10:08:27 -04:00
parent 0637b85bb3
commit 81e31c67ff

View File

@@ -43,6 +43,7 @@ make_sandbox() {
fi
if [ -n "$SKIP_INNODB" ]; then
echo "skip-innodb" >> /tmp/$port/my.sandbox.cnf
echo "default-storage-engine=myisam" >> /tmp/$port/my.sandbox.cnf
fi
# If the sandbox is a slave, set it read_only.