Projekt

Allgemein

Profil

GX-Bug #67241

Von Moritz Bunjes vor fast 4 Jahren aktualisiert

InnoDB-Migration berücksichtigt MySQL 5.5 nicht, als dass der Wechsel fehlschlägt, wenn die Tabelle FULLTEXT Indices hat. Das Verhalten sollte so sein, wie im Installer, der auf die MySQL-Version reagiert. 


 MySQL 5.5 Fehlermeldungen im Update-Prozess: 

 Query: ALTER TABLE `categories_index` ENGINE = InnoDB 
 Error message: The used table type doesn't support FULLTEXT indexes 

 Query: ALTER TABLE `feature_index` ENGINE = InnoDB 
 Error message: The used table type doesn't support FULLTEXT indexes 

 Query: ALTER TABLE `products_attributes` ENGINE = InnoDB 
 Error message: The used table type doesn't support FULLTEXT indexes 

 Query: ALTER TABLE `products_description` ENGINE = InnoDB 
 Error message: The used table type doesn't support FULLTEXT indexes 

 Query: ALTER TABLE `products_options_values` ENGINE = InnoDB 
 Error message: The used table type doesn't support FULLTEXT indexes

Zurück