Quote:
Originally Posted by allan grossman
Hey, lierduh -
Is there a reason why the nntp_groups table is ISAM instead of MyISAM? I know if you convert the table to MyISAM the script fails - and since it's usually a tiny table it probably wouldn't benefit much from optimizing, but having to deselect it when optimizing the forum database might be something to look at.
cheers -
allan
|
allan, you are using the very original table created by Gilby's original hack. I remember in that SQL, the tables were created as ISAM.
If someone started new with the vB3 hack, the tables will be created using MyISAM table type.
I can't see the reason why MyISAM will cause the script to fail. Both of my nntp tables are MyISAM.