Below is the list of changes that have just been committed into a local
6.0 repository of rafal. When rafal 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, 2008-04-17 09:19:17+02:00, rafal@quant.(none) +1 -0
A previous patch updated backup_tablespace test but forgot to adjust the result set by mistake.
This patch fixes it.
mysql-test/r/backup_tablespace.result@stripped, 2008-04-17 09:19:11+02:00, rafal@quant.(none) +2 -0
Result update.
diff -Nrup a/mysql-test/r/backup_tablespace.result b/mysql-test/r/backup_tablespace.result
--- a/mysql-test/r/backup_tablespace.result 2008-04-13 10:17:01 +02:00
+++ b/mysql-test/r/backup_tablespace.result 2008-04-17 09:19:11 +02:00
@@ -1,3 +1,5 @@
+DROP TABLE IF EXISTS backup_ts.not_ts;
+DROP TABLE IF EXISTS backup_ts.has_ts;
DROP DATABASE IF EXISTS backup_ts;
CREATE DATABASE backup_ts;
Test 1:
| Thread |
|---|
| • bk commit into 6.0 tree (rafal:1.2617) | rsomla | 17 Apr |