honestly, I would just drop the topic views table and recreate it using
Code
create table ubbt_TOPIC_VIEWS (
	TOPIC_ID int(11) unsigned not null,
	index topic_ndx (TOPIC_ID)
) TYPE=heap