Hi Robert,

bist du bei HostEurope? Die erlauben keine InnoDB-Tabellen, und stellen die automatisch auf MyISAM um. Das Problem habe ich schon öfter gesehen, aber bisher (wahrscheinlich mangels Last) keine wesentlichen Unterschiede gemerkt.

Gruß Jost

On 11/30/2012 03:24 PM, Robert Wildling wrote:
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
_______________________________________________
TYPO3-german mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
_______________________________________________
TYPO3-german mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an