2 # Bug#35220 ALTER TABLE too picky on reserved word "foreign"
3 # http://bugs.mysql.com/35220
6 -- source include/have_innodb_plugin.inc
8 SET storage_engine=InnoDB;
10 # we care only that the following SQL commands do not produce errors
14 CREATE TABLE bug35220 (foreign_col INT, dummy_cant_delete_all_columns INT);
15 ALTER TABLE bug35220 DROP foreign_col;