diff options
author | monty@mysql.com <> | 2004-09-09 14:55:28 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-09-09 14:55:28 +0300 |
commit | e67fcee270ba58fcde915647b1a647cdd293edd5 (patch) | |
tree | 368687b45835bc7b5a71ef90de23cb752f4a1865 /mysql-test/t/sp-error.test | |
parent | 49cd04b510cde7be3026580dc9129ecd806396ef (diff) | |
download | mariadb-git-e67fcee270ba58fcde915647b1a647cdd293edd5.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; |