## Bug#35220 ALTER TABLE too picky on reserved word "foreign"# http://bugs.mysql.com/35220#--sourceinclude/have_innodb.incSETstorage_engine=InnoDB;# we care only that the following SQL commands do not produce errors--disable_query_log--disable_result_logCREATETABLEbug35220(foreign_colINT,dummy_cant_delete_all_columnsINT);ALTERTABLEbug35220DROPforeign_col;DROPTABLEbug35220;