From 6731dd6380e19cc589cab89bd941fc36210c28ac Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 19 Jan 2006 13:25:12 +0400 Subject: Embedded-server related tests fixes BitKeeper/deleted/.del-ctype_cp932_notembedded.test~7c748e8e7ae6e7fe: Delete: mysql-test/t/ctype_cp932_notembedded.test mysql-test/r/innodb.result: result fixed mysql-test/r/query_cache.result: result fixed mysql-test/r/query_cache_notembedded.result: result fixed mysql-test/r/sp-error.result: result fixed mysql-test/r/sp.result: result fixed mysql-test/r/view.result: result fixed mysql-test/r/view_grant.result: result fixed mysql-test/t/sp-destruct.test: test disabled mysql-test/t/view.test: lines moved to view_grant.test mysql-test/t/view_grant.test: lines moved from view.test --- mysql-test/r/sp-error.result | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'mysql-test/r/sp-error.result') diff --git a/mysql-test/r/sp-error.result b/mysql-test/r/sp-error.result index d7bed7e88a7..1241e05fa74 100644 --- a/mysql-test/r/sp-error.result +++ b/mysql-test/r/sp-error.result @@ -464,19 +464,6 @@ create table t5 (x int)| call bug3294()| ERROR 42S02: Unknown table 't5' drop procedure bug3294| -drop procedure if exists bug6807| -create procedure bug6807() -begin -declare id int; -set id = connection_id(); -kill query id; -select 'Not reached'; -end| -call bug6807()| -ERROR 70100: Query execution was interrupted -call bug6807()| -ERROR 70100: Query execution was interrupted -drop procedure bug6807| drop procedure if exists bug8776_1| drop procedure if exists bug8776_2| drop procedure if exists bug8776_3| -- cgit v1.2.1