logo       

bk commit into 4.0 tree (1.1475): msg#00358

db.mysql.devel

Subject: bk commit into 4.0 tree (1.1475)

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.1475 03/04/25 14:42:01 lenz@xxxxxxxxx +2 -0
- Updated innodb test results on Heikki's request (InnoDB now supports
ANALYZE TABLE)

mysql-test/r/innodb.result
1.61 03/04/25 14:41:59 lenz@xxxxxxxxx +3 -3
- Updated innodb test results on Heikki's request (InnoDB now supports
ANALYZE TABLE)

BitKeeper/etc/ignore
1.146 03/04/25 14:41:59 lenz@xxxxxxxxx +1 -0
Added support-files/MacOSX/ReadMe.txt to the ignore list

# 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.60/mysql-test/r/innodb.result Wed Apr 23 20:52:14 2003
+++ 1.61/mysql-test/r/innodb.result Fri Apr 25 14:41:59 2003
@@ -208,7 +208,7 @@
insert into t1 values (3,""), (4,"testing");
analyze table t1;
Table Op Msg_type Msg_text
-test.t1 analyze error The handler for the table doesn't support
analyze
+test.t1 analyze status OK
show keys from t1;
Table Non_unique Key_name Seq_in_index Column_name
Collation Cardinality Sub_part Packed Null Index_type
Comment
t1 1 skr 1 a A 3 NULL NULL YES
BTREE
@@ -1227,10 +1227,10 @@
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 14790 Using where; Using index
+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 14790 Using where
+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.145/BitKeeper/etc/ignore Mon Mar 10 13:04:02 2003
+++ 1.146/BitKeeper/etc/ignore Fri Apr 25 14:41:59 2003
@@ -530,3 +530,4 @@
vio/test-sslclient
vio/test-sslserver
vio/viotest-ssl
+support-files/MacOSX/ReadMe.txt

--
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