Hi,
For some reason, you include 'ENGINE=MYISAM' in the tabledefinition. This makes clustering on some platforms break. Since you're not actively using a MyISAM specific function, please remove those two words so the serverdefault can be user.
Hi,
For some reason, you include 'ENGINE=MYISAM' in the tabledefinition. This makes clustering on some platforms break. Since you're not actively using a MyISAM specific function, please remove those two words so the serverdefault can be user.