Skip to:
Content

BuddyPress.org

Ticket #5038: 5038.02.patch

File 5038.02.patch, 358 bytes (added by r-a-y, 11 years ago)
  • tests/includes/install.php

    foreach ( $blogs as $blog ) { 
    6464        }
    6565}
    6666
     67$wpdb->query( 'SET storage_engine = INNODB' );
     68$wpdb->select( DB_NAME, $wpdb->dbh );
     69
    6770// Install BuddyPress
    6871bp_version_updater();
    6972