List:Commits« Previous MessageNext Message »
From:Sven Sandberg Date:August 18 2008 6:13pm
Subject:bzr commit into mysql-6.0 branch (sven:2770)
View as plain text  
#At file:///home/sven/bzr/merge/6.0_from_5.1_from_6.0-rpl-testfixes/

 2770 Sven Sandberg	2008-08-18 [merge]
      merge 6.0-rpl-testfixes -> 6.0
      The following conflicts were resolved manually:
      Path conflict: <deleted> / mysql-test/suite/rpl_ndb/t/rpl_truncate_7ndb_2-master.opt
      Conflict adding file mysql-test/t/innodb_bug35220.test.  Moved existing file to mysql-test/t/innodb_bug35220.test.moved.
removed:
  mysql-test/t/innodb_bug35220.test
added:
  mysql-test/t/innodb_bug35220.test

=== 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;

=== removed file 'mysql-test/t/innodb_bug35220.test'
--- a/mysql-test/t/innodb_bug35220.test	2008-08-08 00:25:24 +0000
+++ b/mysql-test/t/innodb_bug35220.test	1970-01-01 00:00:00 +0000
@@ -1,16 +0,0 @@
-#
-# 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;

Thread
bzr commit into mysql-6.0 branch (sven:2770) Sven Sandberg18 Aug