We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7879c61 + e7e3161 commit 9e459a4Copy full SHA for 9e459a4
features/bootstrap/FeatureContext.php
@@ -875,7 +875,7 @@ public function install_wp( $subdir = '' ) {
875
876
$mysqldump_binary = Utils\force_env_on_nix_systems( 'mysqldump' );
877
$support_column_statistics = exec( "{$mysqldump_binary} --help | grep 'column-statistics'" );
878
- $command = 'mysqldump --no-defaults';
+ $command = "{$mysqldump_binary} --no-defaults --no-tablespaces";
879
if ( $support_column_statistics ) {
880
$command .= ' --skip-column-statistics';
881
}
0 commit comments