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.
1 parent 798fe50 commit f577cfeCopy full SHA for f577cfe
features/bootstrap/FeatureContext.php
@@ -857,7 +857,7 @@ public function install_wp( $subdir = '' ) {
857
mkdir( $install_cache_path );
858
self::dir_diff_copy( $run_dir, self::$cache_dir, $install_cache_path );
859
860
- $mysqldump_binary = Utils\force_env_on_nix_systems( 'mysqldump' );
+ $mysqldump_binary = Utils\force_env_on_nix_systems( 'mysqldump' );
861
$support_column_statistics = exec( "{$mysqldump_binary} --help | grep 'column-statistics'" );
862
$command = 'mysqldump --no-defaults';
863
if ( $support_column_statistics ) {
0 commit comments