List:Commits« Previous MessageNext Message »
From:Jim Winstead Date:April 27 2006 12:09am
Subject:bk commit into 5.0 tree (jimw:1.2098)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of jimw. When jimw 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.2098 06/04/26 17:09:41 jimw@stripped +2 -0
  Remove obsolete test

  mysql-test/t/user_var.test
    1.33 06/04/26 17:09:37 jimw@stripped +0 -2
    Remove unnecessary test

  mysql-test/r/user_var.result
    1.38 06/04/26 17:09:37 jimw@stripped +0 -3
    Update results

# 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:	jimw
# Host:	rama.(none)
# Root:	/home/jimw/my/mysql-5.0-clean

--- 1.37/mysql-test/r/user_var.result	2005-11-01 05:54:16 -08:00
+++ 1.38/mysql-test/r/user_var.result	2006-04-26 17:09:37 -07:00
@@ -215,9 +215,6 @@
 select @@global.version;
 @@global.version
 #
-select @@session.VERSION;
-@@session.VERSION
-#
 set @first_var= NULL;
 create table t1 select @first_var;
 show create table t1;

--- 1.32/mysql-test/t/user_var.test	2005-11-01 05:54:16 -08:00
+++ 1.33/mysql-test/t/user_var.test	2006-04-26 17:09:37 -07:00
@@ -143,8 +143,6 @@
 select @@version;
 --replace_column 1 #
 select @@global.version;
---replace_column 1 #
-select @@session.VERSION;
 
 # End of 4.1 tests
 
Thread
bk commit into 5.0 tree (jimw:1.2098)Jim Winstead27 Apr