Below is the list of changes that have just been committed into a local
6.0 repository of hakank. When hakank does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2008-04-18 07:14:34+02:00, hakank@lu0011.(none) +3 -0
WL#4030 has no replacement for renaming a database.
Therefore, this test is obsolete.
BitKeeper/deleted/.del-falcon_bug_22182.result@stripped, 2008-04-18 07:13:26+02:00, hakank@lu0011.(none) +0 -0
Delete: mysql-test/suite/falcon/r/falcon_bug_22182.result
BitKeeper/deleted/.del-falcon_bug_22182.test@stripped, 2008-04-18 07:13:20+02:00, hakank@lu0011.(none) +0 -0
Delete: mysql-test/suite/falcon/t/falcon_bug_22182.test
mysql-test/suite/falcon/t/disabled.def@stripped, 2008-04-18 07:14:33+02:00, hakank@lu0011.(none) +0 -1
Removed deleted test.
diff -Nrup a/mysql-test/suite/falcon/r/falcon_bug_22182.result b/mysql-test/suite/falcon/r/falcon_bug_22182.result
--- a/mysql-test/suite/falcon/r/falcon_bug_22182.result 2007-09-20 17:42:59 +02:00
+++ /dev/null Wed Dec 31 16:00:00 196900
@@ -1,10 +0,0 @@
-#---- Bug 22182 ----
-SET STORAGE_ENGINE='Falcon';
-DROP DATABASE IF EXISTS falcon1;
-DROP DATABASE IF EXISTS falcon2;
-CREATE DATABASE falcon1;
-USE falcon1;
-CREATE TABLE t (s1 int);
-RENAME DATABASE falcon1 to falcon2;
-INSERT INTO t VALUES (0);
-DROP DATABASE falcon2;
diff -Nrup a/mysql-test/suite/falcon/t/disabled.def b/mysql-test/suite/falcon/t/disabled.def
--- a/mysql-test/suite/falcon/t/disabled.def 2008-04-15 20:42:27 +02:00
+++ b/mysql-test/suite/falcon/t/disabled.def 2008-04-18 07:14:33 +02:00
@@ -16,7 +16,6 @@ falcon_bug_22166 : Bug#22166 2006-08-
falcon_bug_22169 : Bug#22169 2006-08-24 hakank Too long run time for PB
falcon_bug_22173 : Bug#35656 2008-04-10 hakank Some Falcon tests fail sporadically
falcon_bug_22173a : Bug#35656 2008-03-27 hakank Some Falcon tests fail sporadically
-falcon_bug_22182 : Disabled until runtime team provides RENAME DATABASE replacement. See WL#4030
#falcon_bug_22185 : Bug#34890 2008-03-07 hakank Bogus timeout problem
falcon_bug_22187 : Bug#22187 2006-08-24 hakank Get pushbuild green
falcon_bug_22189 : Bug#22189 2006-08-24 hakank Get pushbuild green
diff -Nrup a/mysql-test/suite/falcon/t/falcon_bug_22182.test b/mysql-test/suite/falcon/t/falcon_bug_22182.test
--- a/mysql-test/suite/falcon/t/falcon_bug_22182.test 2007-09-29 06:30:36 +02:00
+++ /dev/null Wed Dec 31 16:00:00 196900
@@ -1,20 +0,0 @@
---source include/have_falcon.inc
-#
-# Bug #22182: Renaming database doesn't work
-#
---echo #---- Bug 22182 ----
-SET STORAGE_ENGINE='Falcon';
---disable_warnings
-DROP DATABASE IF EXISTS falcon1;
-DROP DATABASE IF EXISTS falcon2;
---enable_warnings
-
-CREATE DATABASE falcon1;
-USE falcon1;
-CREATE TABLE t (s1 int);
-RENAME DATABASE falcon1 to falcon2;
-INSERT INTO t VALUES (0);
-
-# Final cleanup
-DROP DATABASE falcon2;
-
| Thread |
|---|
| • bk commit into 6.0 tree (hakank:1.2619) WL#4030 | Hakan Kuecuekyilmaz | 18 Apr |