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-07-28 14:10:56+05:00, holyfoot@stripped +2 -0
rpl_session_var.test fixed to not depend on mysql_test_run parameters
mysql-test/suite/rpl/r/rpl_session_var.result@stripped, 2007-07-28 14:10:54+05:00, holyfoot@stripped +3 -3
result fixed
mysql-test/suite/rpl/t/rpl_session_var.test@stripped, 2007-07-28 14:10:54+05:00, holyfoot@stripped +1 -1
test fixed
diff -Nrup a/mysql-test/suite/rpl/r/rpl_session_var.result b/mysql-test/suite/rpl/r/rpl_session_var.result
--- a/mysql-test/suite/rpl/r/rpl_session_var.result 2007-07-27 22:43:29 +05:00
+++ b/mysql-test/suite/rpl/r/rpl_session_var.result 2007-07-28 14:10:54 +05:00
@@ -47,7 +47,7 @@ CREATE TABLE t1 (
PRIMARY KEY (`id`)
) ENGINE=MyISAM;
INSERT INTO t1(data) VALUES(SESSION_USER());
-SELECT * FROM t1;
-id data
-1
+SELECT length(data) < 100 FROM t1;
+length(data) < 100
+1
drop table t1;
diff -Nrup a/mysql-test/suite/rpl/t/rpl_session_var.test b/mysql-test/suite/rpl/t/rpl_session_var.test
--- a/mysql-test/suite/rpl/t/rpl_session_var.test 2007-07-27 22:43:29 +05:00
+++ b/mysql-test/suite/rpl/t/rpl_session_var.test 2007-07-28 14:10:54 +05:00
@@ -56,7 +56,7 @@ INSERT INTO t1(data) VALUES(SESSION_USER
save_master_pos;
connection slave;
sync_with_master;
-SELECT * FROM t1;
+SELECT length(data) < 100 FROM t1;
connection master;
drop table t1;
save_master_pos;
| Thread |
|---|
| • bk commit into 5.1 tree (holyfoot:1.2565) | holyfoot | 28 Jul |