[TYPO3-english] Saving pages in BE locks complete database

Dmitry Dulepov dmitry.dulepov+t3ml at gmail.com
Tue Jan 12 10:53:24 CET 2010


Hi!

On 2010-01-11 15:53:16 +0200, Christopher Lörken said:
> The pages table itself is shown with:
> typo3.pages  Locked - write  Highest priority write lock
> So I would assume, that the update thread has the lock and should 
> actually perform the write. Nevertheless, that query does not come back 
> even after 10 minutes...
> 
> Does anyone have an idea?

Try doing this:
	alter table pages engine=innodb;

Yes, I know that "pages" is already InnoDB at your installation. Just 
run the query and see if it helps. There is magic behind it which I am 
lazy to explain :)

-- 
Dmitry Dulepov
"Trust me, I am a doctor!" (c) Gregory House, M.D.



More information about the TYPO3-english mailing list