#At file:///home/sven/bzr/merge/6.0_from_5.1_from_6.0-rpl-testfixes/
2770 Sven Sandberg 2008-08-18 [merge]
please ignore - temporary commit
added:
mysql-test/t/innodb_bug35220.test
renamed:
mysql-test/t/innodb_bug35220.test => mysql-test/t/innodb_bug35220.test.moved
=== added file 'mysql-test/t/innodb_bug35220.test'
--- a/mysql-test/t/innodb_bug35220.test 1970-01-01 00:00:00 +0000
+++ b/mysql-test/t/innodb_bug35220.test 2008-06-12 00:08:07 +0000
@@ -0,0 +1,16 @@
+#
+# Bug#35220 ALTER TABLE too picky on reserved word "foreign"
+# http://bugs.mysql.com/35220
+#
+
+-- source include/have_innodb.inc
+
+SET storage_engine=InnoDB;
+
+# we care only that the following SQL commands do not produce errors
+-- disable_query_log
+-- disable_result_log
+
+CREATE TABLE bug35220 (foreign_col INT, dummy_cant_delete_all_columns INT);
+ALTER TABLE bug35220 DROP foreign_col;
+DROP TABLE bug35220;
=== renamed file 'mysql-test/t/innodb_bug35220.test' => 'mysql-test/t/innodb_bug35220.test.moved'
| Thread |
|---|
| • bzr commit into mysql-6.0 branch (sven:2770) | Sven Sandberg | 18 Aug |