Below is the list of changes that have just been committed into a local
4.1 repository of svoj. When svoj 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, 2006-09-29 19:00:52+05:00, svoj@stripped +2 -0
Fix a test case according to fix for bug#10974.
mysql-test/r/lowercase_table3.result@stripped, 2006-09-29 19:00:51+05:00, svoj@stripped +1
-1
Fix a test case according to fix for bug#10974.
mysql-test/t/lowercase_table3.test@stripped, 2006-09-29 19:00:51+05:00, svoj@stripped +1 -1
Fix a test case according to fix for bug#10974.
# 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: svoj
# Host: april.(none)
# Root: /home/svoj/devel/mysql/engines/mysql-4.1-engines
--- 1.6/mysql-test/r/lowercase_table3.result 2006-09-29 19:00:55 +05:00
+++ 1.7/mysql-test/r/lowercase_table3.result 2006-09-29 19:00:55 +05:00
@@ -6,5 +6,5 @@ drop table t1;
flush tables;
CREATE TABLE t1 (a int) ENGINE=INNODB;
SELECT * from T1;
-ERROR HY000: Can't open file: 'T1.ibd' (errno: 1)
+ERROR HY000: Got error 1 from storage engine
drop table t1;
--- 1.8/mysql-test/t/lowercase_table3.test 2006-09-29 19:00:55 +05:00
+++ 1.9/mysql-test/t/lowercase_table3.test 2006-09-29 19:00:55 +05:00
@@ -32,7 +32,7 @@ flush tables;
#
CREATE TABLE t1 (a int) ENGINE=INNODB;
---error 1016
+--error 1030
SELECT * from T1;
drop table t1;
| Thread |
|---|
| • bk commit into 4.1 tree (svoj:1.2552) BUG#10974 | Sergey Vojtovich | 29 Sep |