The GP's point is that the default engine, and hence the one used by probably 90+% of people using MySQL doesn't support FKs and other "standard" data integrity features that you wouldn't even know to ask about, since every other major db supports them by default.
Plus if you try to create an FK on a myisam backed table it happily runs the SQL, without errors, and you think you have a working FK.