Below is the list of changes that have just been committed into a local
5.1 repository of hf. When hf 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-05-31 17:01:10+05:00, holyfoot@stripped +1 -0
merging
mysql-test/r/type_enum.result@stripped, 2007-05-31 17:01:08+05:00, holyfoot@stripped +0 -1
merging
# 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: holyfoot
# Host: hfmain.(none)
# Root: /d2/hf/mrg/mysql-5.1-opt
--- 1.34/mysql-test/r/type_enum.result 2007-05-31 17:01:14 +05:00
+++ 1.35/mysql-test/r/type_enum.result 2007-05-31 17:01:14 +05:00
@@ -1755,7 +1755,6 @@ t1 CREATE TABLE `t1` (
) ENGINE=MyISAM DEFAULT CHARSET=latin1
drop table t1;
End of 4.1 tests
-
create table t1(f1 set('a','b'), index(f1));
insert into t1 values(''),(''),('a'),('b');
select * from t1 where f1='';
| Thread |
|---|
| • bk commit into 5.1 tree (holyfoot:1.2524) | holyfoot | 31 May |