mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
change default storage engine when disabling innodb
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user