diff options
author | unknown <gshchepa/uchum@gleb.loc> | 2007-07-22 01:58:37 +0500 |
---|---|---|
committer | unknown <gshchepa/uchum@gleb.loc> | 2007-07-22 01:58:37 +0500 |
commit | 2df53f2bbb4ae4cfff09a72fc06f5bde8a02d71b (patch) | |
tree | f0e6f3e7310717eb2345960731348794263553de /mysql-test/r/sp.result | |
parent | 5ad952567233e9b9b8d9a4047f2be16dc8fee171 (diff) | |
parent | 9260c30d36bd9868f8c1625fc06600e2c2f2a0d5 (diff) | |
download | mariadb-git-2df53f2bbb4ae4cfff09a72fc06f5bde8a02d71b.tar.gz |
Merge gleb.loc:/home/uchum/work/bk/5.0-opt
into gleb.loc:/home/uchum/work/bk/5.1-opt
mysql-test/r/sp.result:
Merge with 5.0-opt.
mysql-test/t/sp.test:
Merge with 5.0-opt.
Diffstat (limited to 'mysql-test/r/sp.result')
-rw-r--r-- | mysql-test/r/sp.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/sp.result b/mysql-test/r/sp.result index 5b5412fe8d2..07661f9ae54 100644 --- a/mysql-test/r/sp.result +++ b/mysql-test/r/sp.result @@ -6463,5 +6463,6 @@ id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 index NULL c1 5 NULL 5 Using where; Using index DROP VIEW v1; DROP FUNCTION f1; +DROP FUNCTION f2; DROP TABLE t1; End of 5.0 tests |