Skip to content

Instantly share code, notes, and snippets.

@boombatower
Created January 25, 2011 05:43
Show Gist options
  • Save boombatower/794562 to your computer and use it in GitHub Desktop.
Save boombatower/794562 to your computer and use it in GitHub Desktop.
Index: includes/database/mysql/schema.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/database/mysql/schema.inc,v
retrieving revision 1.44
diff -u -p -r1.44 schema.inc
--- includes/database/mysql/schema.inc 8 Dec 2010 06:38:59 -0000 1.44
+++ includes/database/mysql/schema.inc 25 Jan 2011 05:40:55 -0000
@@ -81,7 +81,7 @@ class DatabaseSchema_mysql extends Datab
// Provide defaults if needed.
$table += array(
- 'mysql_engine' => 'InnoDB',
+ 'mysql_engine' => 'MyISAM',
'mysql_character_set' => 'utf8',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment