List:Commits« Previous MessageNext Message »
From:Sergey Vojtovich Date:January 24 2007 7:56am
Subject:bk commit into 5.1 tree (svoj:1.2383)
View as plain text  
Below is the list of changes that have just been committed into a local
5.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, 2007-01-24 11:56:18+04:00, svoj@stripped +2 -0
  Merge mysql.com:/home/svoj/devel/mysql/BUG24401/mysql-5.0-engines
  into  mysql.com:/home/svoj/devel/mysql/BUG24401/mysql-5.1-engines
  MERGE: 1.1810.2362.41

  mysql-test/r/myisam.result@stripped, 2007-01-24 11:56:16+04:00, svoj@stripped +0 -0
    Auto merged
    MERGE: 1.71.1.24

  mysql-test/t/myisam.test@stripped, 2007-01-24 11:56:16+04:00, svoj@stripped +0 -0
    Auto merged
    MERGE: 1.55.7.5

# 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:	june.mysql.com
# Root:	/home/svoj/devel/mysql/BUG24401/mysql-5.1-engines/RESYNC

--- 1.102/mysql-test/r/myisam.result	2007-01-23 14:09:44 +04:00
+++ 1.103/mysql-test/r/myisam.result	2007-01-24 11:56:16 +04:00
@@ -1590,19 +1590,6 @@ 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	a	1	a	A	8	NULL	NULL	YES	BTREE	
 drop table t1;
-show create table t1;
-show create table t1;
-create table t1 (a int) engine=myisam select 42 a;
-select * from t1;
-a
-9
-select * from t1;
-a
-99
-select * from t1;
-a
-42
-drop table t1;
 CREATE TABLE t1(a VARCHAR(16));
 INSERT INTO t1 VALUES('aaaaaaaa'),(NULL);
 UPDATE t1 AS ta1, t1 AS ta2 SET ta1.a='aaaaaaaaaaaaaaaa';

--- 1.76/mysql-test/t/myisam.test	2007-01-23 14:09:44 +04:00
+++ 1.77/mysql-test/t/myisam.test	2007-01-24 11:56:16 +04:00
@@ -942,40 +942,6 @@ alter table t1 enable keys;
 show keys from t1;
 
 drop table t1;
-#
-# Bug#8706 - temporary table with data directory option fails
-#
-connect (session1,localhost,root,,);
-connect (session2,localhost,root,,);
-
-connection session1;
-disable_query_log;
-eval create temporary table t1 (a int) engine=myisam data directory="$MYSQLTEST_VARDIR/tmp" select 9 a;
-enable_query_log;
-disable_result_log;
-show create table t1;
-enable_result_log;
-
-connection session2;
-disable_query_log;
-eval create temporary table t1 (a int) engine=myisam data directory="$MYSQLTEST_VARDIR/tmp" select 99 a;
-enable_query_log;
-disable_result_log;
-show create table t1;
-enable_result_log;
-
-connection default;
-create table t1 (a int) engine=myisam select 42 a;
-
-connection session1;
-select * from t1;
-disconnect session1;
-connection session2;
-select * from t1;
-disconnect session2;
-connection default;
-select * from t1;
-drop table t1;
 
 #
 # BUG#21310 - Trees in SQL causing a "crashed" table with MyISAM storage
Thread
bk commit into 5.1 tree (svoj:1.2383)Sergey Vojtovich24 Jan