I was always curious about what these comment enclosed preprocessor-like statements that mysqldump generates for me mean. Here's an example:
/*!40000 ALTER TABLE abc DISABLE KEYS */;
The general pattern seems to be
/*![some numeric code] [some statement] */;
Please point to proper documentation if exists. Otherwise explain. :)