Ticket #34692: 34692.2.diff
File 34692.2.diff, 640 bytes (added by , 7 years ago) |
---|
-
tests/phpunit/includes/install.php
31 31 require_once( dirname( __FILE__ ) . '/mock-mailer.php' ); 32 32 $phpmailer = new MockPHPMailer(); 33 33 34 $wpdb->query( 'SET storage_engine = INNODB' ); 34 if ( version_compare( $wpdb->db_version(), '5.5.3', '>=' ) ) { 35 $wpdb->query( 'SET default_storage_engine = InnoDB' ); 36 } else { 37 $wpdb->query( 'SET storage_engine = InnoDB' ); 38 } 35 39 $wpdb->select( DB_NAME, $wpdb->dbh ); 36 40 37 41 echo "Installing..." . PHP_EOL;