logo       

bk commit into 4.0 tree (1.1482): msg#00398

db.mysql.devel

Subject: bk commit into 4.0 tree (1.1482)

Below is the list of changes that have just been committed into a local
4.0 repository of lenz. When lenz 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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
1.1482 03/04/28 16:05:27 lenz@xxxxxxxxx +2 -0
- Removed two EXPLAIN SELECT statements from the InnoDB test suite
(the results are nondeterministic and provide different output on 32bit
and 64bit architectures)

mysql-test/t/innodb.test
1.39 03/04/28 16:05:24 lenz@xxxxxxxxx +0 -2
- removed two EXPLAIN SELECT tests because the results are nondeterministic
(the result was different on 64bit platforms)

mysql-test/r/innodb.result
1.62 03/04/28 16:05:24 lenz@xxxxxxxxx +0 -6
- removed two EXPLAIN SELECT results because the output is nondeterministic
(the result was different on 64bit platforms)

# 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: lenz
# Host: kallisto.local
# Root: /space/my/mysql-4.0-build

--- 1.61/mysql-test/r/innodb.result Fri Apr 25 14:41:59 2003
+++ 1.62/mysql-test/r/innodb.result Mon Apr 28 16:05:24 2003
@@ -1225,12 +1225,6 @@
select count(*) from t1;
count(*)
29267
-explain select a from t1 where a between 1 and 10000;
-table type possible_keys key key_len ref rows Extra
-t1 range PRIMARY PRIMARY 4 NULL 14745 Using where; Using index
-explain select * from t1 where a between 1 and 10000;
-table type possible_keys key key_len ref rows Extra
-t1 range PRIMARY PRIMARY 4 NULL 14745 Using where
explain select * from t1 where c between 1 and 10000;
table type possible_keys key key_len ref rows Extra
t1 range c c 5 NULL 1 Using where

--- 1.38/mysql-test/t/innodb.test Wed Apr 23 20:52:14 2003
+++ 1.39/mysql-test/t/innodb.test Mon Apr 28 16:05:24 2003
@@ -823,8 +823,6 @@
insert into t2 (a) select b from t1;
insert into t1 (a) select b from t2;
select count(*) from t1;
-explain select a from t1 where a between 1 and 10000;
-explain select * from t1 where a between 1 and 10000;
explain select * from t1 where c between 1 and 10000;
update t1 set c=a;
explain select * from t1 where c between 1 and 10000;

--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:
http://lists.mysql.com/internals?unsub=gcdmd-internals@xxxxxxxxxxx




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise