diff options
author | konstantin@mysql.com <> | 2006-02-02 12:03:35 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2006-02-02 12:03:35 +0300 |
commit | 065f8066d5de10cf998b02d0e02216f61d87e9db (patch) | |
tree | 72eba57e7d347ae15c6a57558fd619c2afc05b31 /mysql-test/r/sp-error.result | |
parent | bcb4178c730f82a023766ef8a6f44004aa68ea21 (diff) | |
parent | 88285b92f23486a3c9f8e6bfeb6b68d66d132f86 (diff) | |
download | mariadb-git-065f8066d5de10cf998b02d0e02216f61d87e9db.tar.gz |
Merge mysql.com:/home/kostja/mysql/mysql-5.0-for_merge
into mysql.com:/home/kostja/mysql/mysql-5.1-merge
Diffstat (limited to 'mysql-test/r/sp-error.result')
-rw-r--r-- | mysql-test/r/sp-error.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/sp-error.result b/mysql-test/r/sp-error.result index 1241e05fa74..a74a18375d5 100644 --- a/mysql-test/r/sp-error.result +++ b/mysql-test/r/sp-error.result @@ -522,7 +522,7 @@ fetch c into v; end| delete from t1| call bug7299()| -ERROR 02000: No data to FETCH +ERROR 02000: No data - zero rows fetched, selected, or processed drop procedure bug7299| create procedure bug9073() begin |