understand this only as an code example, while this bug is inside every .install file, please.

db_query("CREATE TABLE {localizeruser} (
        uid int(10) unsigned NOT NULL,
        nodeslocale varchar(100),
        PRIMARY KEY  (uid)
      ) CHARSET=utf8");
db_query("CREATE TABLE {localizeruser} (
        uid int(10) unsigned NOT NULL,
        nodeslocale varchar(100),
        PRIMARY KEY  (uid)
      ) /*!40100 DEFAULT CHARACTER SET utf8 */;");

this make sure, Drupal has the hand on creating correct SQL statements...

Comments

Roberto Gerola’s picture

Status: Active » Fixed
Roberto Gerola’s picture

Status: Fixed » Closed (fixed)