Below is the list of changes that have just been committed into a local
5.0 repository of alexi. When alexi 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
1.2112 06/03/30 00:17:35 aivanov@stripped +1 -0
Restoring changes erroneously removed by applying
the innodb-5.0-ss368 snapshot.
mysql-test/t/innodb.test
1.128 06/03/30 00:17:31 aivanov@stripped +3 -0
Restoring changes erroneously removed by applying
the innodb-5.0-ss368 snapshot.
# 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: aivanov
# Host: mysqld.creware.com
# Root: /home/alexi/innodb/mysql-5.0-merge
--- 1.127/mysql-test/t/innodb.test 2006-03-29 23:04:27 +04:00
+++ 1.128/mysql-test/t/innodb.test 2006-03-30 00:17:31 +04:00
@@ -1762,6 +1762,7 @@
set foreign_key_checks=0;
create table t2 (a int primary key, b int, foreign key (b) references t1(a)) engine = innodb;
+--replace_result $MYSQLTEST_VARDIR . master-data/ ''
-- error 1005
create table t1(a char(10) primary key, b varchar(20)) engine = innodb;
set foreign_key_checks=1;
@@ -1772,6 +1773,7 @@
set foreign_key_checks=0;
create table t1(a varchar(10) primary key) engine = innodb DEFAULT CHARSET=latin1;
+--replace_result $MYSQLTEST_VARDIR . master-data/ ''
-- error 1005
create table t2 (a varchar(10), foreign key (a) references t1(a)) engine = innodb DEFAULT CHARSET=utf8;
set foreign_key_checks=1;
@@ -1801,6 +1803,7 @@
set foreign_key_checks=0;
create table t2 (a varchar(10), foreign key (a) references t1(a)) engine = innodb DEFAULT CHARSET=latin1;
create table t3(a varchar(10) primary key) engine = innodb DEFAULT CHARSET=utf8;
+--replace_result $MYSQLTEST_VARDIR . master-data/ ''
-- error 1025
rename table t3 to t1;
set foreign_key_checks=1;
| Thread |
|---|
| • bk commit into 5.0 tree (aivanov:1.2112) | Alex Ivanov Notebook | 29 Mar |