From 81e31c67ff4fbe81653824c7f53aba62c20ae6d5 Mon Sep 17 00:00:00 2001 From: Baron Schwartz Date: Mon, 4 Jun 2012 10:08:27 -0400 Subject: [PATCH] change default storage engine when disabling innodb --- sandbox/start-sandbox | 1 + 1 file changed, 1 insertion(+) 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.