diff options
author | unknown <holyfoot@mysql.com> | 2006-05-03 16:47:05 +0500 |
---|---|---|
committer | unknown <holyfoot@mysql.com> | 2006-05-03 16:47:05 +0500 |
commit | 2304a588e1767c0128fd0d30c72b9061232d0aed (patch) | |
tree | 57c7ab9929b00c248b95bfa2fb3e545663c39f8b /mysql-test/r/sp_notembedded.result | |
parent | 83c8e2c910a9f07c473aaa2d254f0571d574aa89 (diff) | |
parent | f4e858110c8a5fd57bb98523be1c03899bbac68f (diff) | |
download | mariadb-git-2304a588e1767c0128fd0d30c72b9061232d0aed.tar.gz |
merging
mysql-test/t/sp_notembedded.test:
Auto merged
Diffstat (limited to 'mysql-test/r/sp_notembedded.result')
-rw-r--r-- | mysql-test/r/sp_notembedded.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/sp_notembedded.result b/mysql-test/r/sp_notembedded.result index e39ddd1d79d..c8cafe5ace1 100644 --- a/mysql-test/r/sp_notembedded.result +++ b/mysql-test/r/sp_notembedded.result @@ -1,3 +1,4 @@ +drop table if exists t1,t3; drop procedure if exists bug4902| create procedure bug4902() begin |