Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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-11-12 10:27:55+01:00, msvensson@stripped +1 -0
Fix typo
mysql-test/suite/rpl/t/rpl_ssl.test@stripped, 2007-11-12 10:27:53+01:00,
msvensson@stripped +2 -2
Fix typo
diff -Nrup a/mysql-test/suite/rpl/t/rpl_ssl.test b/mysql-test/suite/rpl/t/rpl_ssl.test
--- a/mysql-test/suite/rpl/t/rpl_ssl.test 2007-11-09 11:16:44 +01:00
+++ b/mysql-test/suite/rpl/t/rpl_ssl.test 2007-11-12 10:27:53 +01:00
@@ -79,11 +79,11 @@ if (`select $slave_count != $master_coun
connection master;
echo === master ===;
- select count(*) t1;
+ select count(*) from t1;
select * from t1;
connection slave;
echo === slave ===;
- select count(*) t1;
+ select count(*) from t1;
select * from t1;
query_vertical show slave status;
}
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2615) | msvensson | 12 Nov |