List:Commits« Previous MessageNext Message »
From:msvensson Date:May 10 2006 7:35pm
Subject:bk commit into 5.1 tree (msvensson:1.2380)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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.2380 06/05/10 21:35:05 msvensson@neptunus.(none) +2 -0
  Add missing drop table  

  mysql-test/t/trigger.test
    1.46 06/05/10 21:35:00 msvensson@neptunus.(none) +1 -0
    Add missing drop table  

  mysql-test/r/trigger.result
    1.42 06/05/10 21:35:00 msvensson@neptunus.(none) +1 -0
    Add missing drop table  

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.1

--- 1.41/mysql-test/r/trigger.result	2006-05-02 09:31:48 +02:00
+++ 1.42/mysql-test/r/trigger.result	2006-05-10 21:35:00 +02:00
@@ -951,6 +951,7 @@
 load data infile '../std_data_ln/words.dat' into table t1 (a) set b:= f1();
 drop function f1;
 drop function f2;
+drop table t1, t2;
 create table t1(i int not null, j int not null, n numeric(15,2), primary key(i,j));
 create table t2(i int not null, n numeric(15,2), primary key(i));
 create trigger t1_ai after insert on t1 for each row

--- 1.45/mysql-test/t/trigger.test	2006-05-02 09:31:48 +02:00
+++ 1.46/mysql-test/t/trigger.test	2006-05-10 21:35:00 +02:00
@@ -1113,6 +1113,7 @@
 load data infile '../std_data_ln/words.dat' into table t1 (a) set b:= f1();
 drop function f1;
 drop function f2;
+drop table t1, t2;
 
 #
 # Test for bug #16021 "Wrong index given to function in trigger" which
Thread
bk commit into 5.1 tree (msvensson:1.2380)msvensson10 May