Let's try to upgrade to 10.6.20 quickly and once upgraded, rebuild the pagelinks and recentchanges tables with:
set session sql_log_bin=0;alter table pagelinks engine=innodb,force; alter table recentchanges engine=innodb,force;stop slave; start slave;
Upgrades