diff --git a/sandbox/start-sandbox b/sandbox/start-sandbox index c1e81711..d90fde8f 100755 --- a/sandbox/start-sandbox +++ b/sandbox/start-sandbox @@ -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.