[TYPO3-german] TYPO3 6 - install tool - compare

Robert Wildling robertwildling at gmail.com
Fri Nov 30 15:24:22 CET 2012


Hi,

Ist jemanden schon aufgefallen, dass das install tool -> compare 
versucht, den Tabellentyp vom voreingestellten InnoDB zu MyISAM zu wechseln?

Welcher Tabellentyp ist den nun aber der, der verwendet werden soll? 
(Ich nehme an, dass es InnoDB ist, nachdem es sich bei den fraglichen 
Tabellen nicht um solche handelt, die indizierbaren Text beihalten... oder?)

Danke!

Hier die Liste:


ALTER TABLE cache_imagesizes ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE sys_history ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE sys_log ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cache_typo3temp_log ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cache_md5params ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cache_treelist ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE fe_session_data ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE fe_sessions ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cf_cache_hash ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cf_cache_hash_tags ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cf_cache_pages ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cf_cache_pages_tags ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cf_cache_pagesection ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cf_cache_pagesection_tags ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cf_cache_rootline ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cf_cache_rootline_tags ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cf_extbase_reflection ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cf_extbase_reflection_tags ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cf_extbase_object ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cf_extbase_object_tags ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cf_extbase_typo3dbbackend_tablecolumns ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cf_extbase_typo3dbbackend_tablecolumns_tags ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cf_extbase_datamapfactory_datamap ENGINE=InnoDB;
Current value: ENGINE=MyISAM

ALTER TABLE cf_extbase_datamapfactory_datamap_tags ENGINE=InnoDB;
Current value: ENGINE=MyISAM


More information about the TYPO3-german mailing list