summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp-error.result
diff options
context:
space:
mode:
authorunknown <holyfoot@deer.(none)>2006-01-19 13:25:12 +0400
committerunknown <holyfoot@deer.(none)>2006-01-19 13:25:12 +0400
commit6731dd6380e19cc589cab89bd941fc36210c28ac (patch)
treedfcb77f150c1cf4f594f77c99148ec05fd122b67 /mysql-test/r/sp-error.result
parentc000e8a11cb8943236a84918718764afb680cfbe (diff)
downloadmariadb-git-6731dd6380e19cc589cab89bd941fc36210c28ac.tar.gz
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
Diffstat (limited to 'mysql-test/r/sp-error.result')
-rw-r--r--mysql-test/r/sp-error.result13
1 files changed, 0 insertions, 13 deletions
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|