diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-11-12 15:10:26 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-11-12 15:10:26 +0300 |
commit | 0e7c10445f42af4b61d738034e63303b88bf570f (patch) | |
tree | 620a4604b76d4dc5951c401d1c4131a79bbfcd3a /mysql-test/r/sp-dynamic.result | |
parent | 25067ea7e15276dc2c7739015c6a8900805548db (diff) | |
parent | ad6883c4f2df12fe054d996e3ed32669248bfb08 (diff) | |
download | mariadb-git-0e7c10445f42af4b61d738034e63303b88bf570f.tar.gz |
Auto-merge from mysql-trunk.
Diffstat (limited to 'mysql-test/r/sp-dynamic.result')
-rw-r--r-- | mysql-test/r/sp-dynamic.result | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mysql-test/r/sp-dynamic.result b/mysql-test/r/sp-dynamic.result index 34b76a9424f..cdfeb8ab020 100644 --- a/mysql-test/r/sp-dynamic.result +++ b/mysql-test/r/sp-dynamic.result @@ -97,8 +97,6 @@ end| call p1()| a 1 -Warnings: -Note 1051 Unknown table 't1' call p1()| a 1 @@ -371,9 +369,6 @@ call p1(@a)| create table t1 (a int) @rsql create table t2 (a int) -Warnings: -Note 1051 Unknown table 't1' -Note 1051 Unknown table 't2' select @a| @a 0 @@ -382,9 +377,6 @@ call p1(@a)| create table t1 (a int) @rsql create table t2 (a int) -Warnings: -Note 1051 Unknown table 't1' -Note 1051 Unknown table 't2' select @a| @a 0 |