Here ya go. We'll just go ahead and create this as a heap table as 7.1 will do which should stop the corruption:

create table ubbt_TOPIC_VIEWS (
TOPIC_ID int(11) unsigned not null,
index topic_ndx (TOPIC_ID)
) TYPE=heap