Below is the list of changes that have just been committed into a local
5.0 repository of igor. When igor 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-01-23 10:11:53-08:00, igor@stripped +1 -0
Post-merge fix.
mysql-test/t/fulltext_left_join.test@stripped, 2007-01-23 10:11:52-08:00, igor@stripped +0 -13
Post-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: igor
# Host: olga.mysql.com
# Root: /home/igor/mysql-5.0-opt
--- 1.14/mysql-test/t/fulltext_left_join.test 2007-01-23 10:11:59 -08:00
+++ 1.15/mysql-test/t/fulltext_left_join.test 2007-01-23 10:11:59 -08:00
@@ -59,19 +59,6 @@
drop table t1,t2;
#
-# BUG#14708
-# Inconsistent treatment of NULLs in LEFT JOINed FULLTEXT matching without index
-#
-
-create table t1 (id int not null primary key, d char(200) not null, e char(200));
-insert into t1 values (1, 'aword', null), (2, 'aword', 'bword'), (3, 'bword', null), (4, 'bword', 'aword'), (5, 'aword and bword', null);
-select * from t1 where match(d, e) against ('+aword +bword' in boolean mode);
-create table t2 (m_id int not null, f char(200), key (m_id));
-insert into t2 values (1, 'bword'), (3, 'aword'), (5, '');
-select * from t1 left join t2 on m_id = id where match(d, e, f) against ('+aword +bword' in boolean mode);
-drop table t1,t2;
-
-#
# BUG#25637: LEFT JOIN with BOOLEAN FULLTEXT loses left table matches
# (this is actually the same bug as bug #14708)
#
| Thread |
|---|
| • bk commit into 5.0 tree (igor:1.2393) | igor | 23 Jan |