List:Commits« Previous MessageNext Message »
From:Sergey Vojtovich Date:January 24 2007 8:53am
Subject:bk commit into 5.0 tree (svoj:1.2364)
View as plain text  
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@stripped, 2007-01-24 11:53:09+04:00, svoj@stripped +2 -0
  After merge fix.

  mysql-test/r/myisam.result@stripped, 2007-01-24 11:53:08+04:00, svoj@stripped +0 -13
    After merge fix.

  mysql-test/t/myisam.test@stripped, 2007-01-24 11:53:08+04:00, svoj@stripped +0 -34
    After merge fix.

# 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.0-engines

--- 1.94/mysql-test/r/myisam.result	2007-01-24 11:41:11 +04:00
+++ 1.95/mysql-test/r/myisam.result	2007-01-24 11:53:08 +04:00
@@ -1608,19 +1608,6 @@ create table t3 (c1 int) engine=myisam p
 create table t4 (c1 int) engine=myisam pack_keys=2;
 ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '2' at line 1
 drop table t1, t2, t3;
-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.74/mysql-test/t/myisam.test	2007-01-24 11:41:11 +04:00
+++ 1.75/mysql-test/t/myisam.test	2007-01-24 11:53:08 +04:00
@@ -969,40 +969,6 @@ create table t3 (c1 int) engine=myisam p
 --error 1064
 create table t4 (c1 int) engine=myisam pack_keys=2;
 drop table t1, t2, t3;
-#
-# 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.0 tree (svoj:1.2364)Sergey Vojtovich24 Jan