summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp-error.result
diff options
context:
space:
mode:
authorunknown <pem@mysql.com>2003-04-04 15:47:43 +0200
committerunknown <pem@mysql.com>2003-04-04 15:47:43 +0200
commitcfd69393e4195e55412778a9d60c7eb99c87de4c (patch)
treeb3eb65ecc3865c49997f849f2d15f89fdbc58973 /mysql-test/r/sp-error.result
parent2a25cf793f779bd0d43fca068ae5a5b177eb11c5 (diff)
downloadmariadb-git-cfd69393e4195e55412778a9d60c7eb99c87de4c.tar.gz
Post merge fixes.
mysql-test/r/sp.result: Enabled the cs test as it works now. mysql-test/t/sp.test: Enabled the cs test as it works now.
Diffstat (limited to 'mysql-test/r/sp-error.result')
-rw-r--r--mysql-test/r/sp-error.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/sp-error.result b/mysql-test/r/sp-error.result
index ad1510c27f6..3a15b748316 100644
--- a/mysql-test/r/sp-error.result
+++ b/mysql-test/r/sp-error.result
@@ -27,7 +27,7 @@ call foo();
PROCEDURE foo does not exist
drop procedure if exists foo;
Warnings:
-Warning 1256 PROCEDURE foo does not exist
+Warning 1257 PROCEDURE foo does not exist
create procedure foo()
foo: loop
leave bar;