Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/07/2013 11:16:14 AM (13 years ago)
Author:
boonebgorges
Message:

Force test install to use innodb.

Fixes #5038

Props r-a-y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/includes/install.php

    r7031 r7187  
    6565}
    6666
     67$wpdb->query( 'SET storage_engine = INNODB' );
     68$wpdb->select( DB_NAME, $wpdb->dbh );
     69
    6770// Install BuddyPress
    6871bp_version_updater();
Note: See TracChangeset for help on using the changeset viewer.