Below is the list of changes that have just been committed into a local
5.0 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
1.2104 06/05/04 15:52:09 svoj@april.(none) +1 -0
Fixed heap_btree test failure on 64-bit boxes.
mysql-test/t/heap_btree.test
1.16 06/05/04 15:52:05 svoj@april.(none) +2 -0
Fixed heap_btree test failure on 64-bit boxes.
# 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/mysql-5.0
--- 1.15/mysql-test/t/heap_btree.test 2006-04-19 15:13:46 +05:00
+++ 1.16/mysql-test/t/heap_btree.test 2006-05-04 15:52:05 +05:00
@@ -169,8 +169,10 @@
#
CREATE TABLE t1(val INT, KEY USING BTREE(val)) ENGINE=memory;
INSERT INTO t1 VALUES(0);
+--replace_result 37 21
SELECT INDEX_LENGTH FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA=DATABASE() AND TABLE_NAME='t1';
UPDATE t1 SET val=1;
+--replace_result 37 21
SELECT INDEX_LENGTH FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA=DATABASE() AND TABLE_NAME='t1';
DROP TABLE t1;
| Thread |
|---|
| • bk commit into 5.0 tree (svoj:1.2104) | Sergey Vojtovich | 4 May |