Below is the list of changes that have just been committed into a local
5.0 repository of gluh. When gluh 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, 2007-06-06 18:55:21+05:00, gluh@stripped +4 -0
after merge fix
mysql-test/r/subselect.result@stripped, 2007-06-06 18:55:20+05:00, gluh@stripped +0 -3
after merge fix
mysql-test/r/subselect_notembedded.result@stripped, 2007-06-06 18:55:20+05:00, gluh@stripped +2 -0
after merge fix
mysql-test/t/subselect.test@stripped, 2007-06-06 18:55:20+05:00, gluh@stripped +0 -8
after merge fix
mysql-test/t/subselect_notembedded.test@stripped, 2007-06-06 18:55:20+05:00, gluh@stripped +4 -3
after merge fix
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: gluh
# Host: eagle.(none)
# Root: /home/gluh/MySQL/Merge/5.0-opt
--- 1.192/mysql-test/r/subselect.result 2007-06-06 18:31:08 +05:00
+++ 1.193/mysql-test/r/subselect.result 2007-06-06 18:55:20 +05:00
@@ -2853,9 +2853,6 @@ a
3
4
DROP TABLE t1,t2,t3;
-purge master logs before (select adddate(current_timestamp(), interval -4 day));
-ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select adddate(current_timestamp(), interval -4 day))' at line 1
-purge master logs before adddate(current_timestamp(), interval -4 day);
CREATE TABLE t1 (f1 INT);
CREATE TABLE t2 (f2 INT);
INSERT INTO t1 VALUES (1);
--- 1.154/mysql-test/t/subselect.test 2007-06-06 18:33:02 +05:00
+++ 1.155/mysql-test/t/subselect.test 2007-06-06 18:55:20 +05:00
@@ -1822,14 +1822,6 @@ SELECT * FROM t1
DROP TABLE t1,t2,t3;
#
-# BUG#10308: purge log with subselect
-# Bug#28553: mysqld crash in "purge master log before(select time from information_schema)"
-#
---error 1064
-purge master logs before (select adddate(current_timestamp(), interval -4 day));
-purge master logs before adddate(current_timestamp(), interval -4 day);
-
-#
# Bug#18503: Queries with a quantified subquery returning empty set may
# return a wrong result.
#
--- 1.1/mysql-test/r/subselect_notembedded.result 2006-02-24 20:34:10 +04:00
+++ 1.2/mysql-test/r/subselect_notembedded.result 2007-06-06 18:55:20 +05:00
@@ -1 +1,3 @@
purge master logs before (select adddate(current_timestamp(), interval -4 day));
+ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select adddate(current_timestamp(), interval -4 day))' at line 1
+purge master logs before adddate(current_timestamp(), interval -4 day);
--- 1.1/mysql-test/t/subselect_notembedded.test 2006-02-24 20:34:11 +04:00
+++ 1.2/mysql-test/t/subselect_notembedded.test 2007-06-06 18:55:20 +05:00
@@ -1,8 +1,9 @@
-- source include/not_embedded.inc
#
-# BUG #10308: purge log with subselect
+# BUG#10308: purge log with subselect
+# Bug#28553: mysqld crash in "purge master log before(select time from information_schema)"
#
-
+--error 1064
purge master logs before (select adddate(current_timestamp(), interval -4 day));
-
+purge master logs before adddate(current_timestamp(), interval -4 day);
| Thread |
|---|
| • bk commit into 5.0 tree (gluh:1.2516) | gluh | 6 Jun |