mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
change default storage engine when disabling innodb
This commit is contained in:
@@ -43,6 +43,7 @@ make_sandbox() {
|
|||||||
fi
|
fi
|
||||||
if [ -n "$SKIP_INNODB" ]; then
|
if [ -n "$SKIP_INNODB" ]; then
|
||||||
echo "skip-innodb" >> /tmp/$port/my.sandbox.cnf
|
echo "skip-innodb" >> /tmp/$port/my.sandbox.cnf
|
||||||
|
echo "default-storage-engine=myisam" >> /tmp/$port/my.sandbox.cnf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If the sandbox is a slave, set it read_only.
|
# If the sandbox is a slave, set it read_only.
|
||||||
|
Reference in New Issue
Block a user