summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp-error.test
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-09-09 14:55:28 +0300
committerunknown <monty@mysql.com>2004-09-09 14:55:28 +0300
commitbc787254247cb66a5e1adc0af6834c10737ecc6e (patch)
tree368687b45835bc7b5a71ef90de23cb752f4a1865 /mysql-test/t/sp-error.test
parente18b7ea95942cb8ab0b31d453929dde50dcf3756 (diff)
downloadmariadb-git-bc787254247cb66a5e1adc0af6834c10737ecc6e.tar.gz
Update after merge
Diffstat (limited to 'mysql-test/t/sp-error.test')
-rw-r--r--mysql-test/t/sp-error.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/sp-error.test b/mysql-test/t/sp-error.test
index 12c3016f6e2..32c146141b5 100644
--- a/mysql-test/t/sp-error.test
+++ b/mysql-test/t/sp-error.test
@@ -18,7 +18,7 @@ call .p1();
call p1();
# This is not ok:
---error 1304
+--error 1305
select f1();
select db,name,type,security_type from mysql.proc;