diff options
author | unknown <monty@mysql.com> | 2004-09-09 14:55:28 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-09-09 14:55:28 +0300 |
commit | bc787254247cb66a5e1adc0af6834c10737ecc6e (patch) | |
tree | 368687b45835bc7b5a71ef90de23cb752f4a1865 /mysql-test/t/sp-error.test | |
parent | e18b7ea95942cb8ab0b31d453929dde50dcf3756 (diff) | |
download | mariadb-git-bc787254247cb66a5e1adc0af6834c10737ecc6e.tar.gz |
Update after merge
Diffstat (limited to 'mysql-test/t/sp-error.test')
-rw-r--r-- | mysql-test/t/sp-error.test | 2 |
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; |