alter table b alter id set default 0;
alter table b alter id drop default;
alter table b engine=myisam;