summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shulga <dmitry.shulga@mariadb.com>2023-02-27 13:03:40 +0700
committerDmitry Shulga <dmitry.shulga@mariadb.com>2023-02-27 13:03:40 +0700
commitc7fabfb91b224088ce371b09ff4199ec9062879d (patch)
tree6c16fc8ec0ea4655924e009e8856ef25b283881c
parentc197117242b3235108dc847d0fc7c3dab2f2037e (diff)
downloadmariadb-git-c7fabfb91b224088ce371b09ff4199ec9062879d.tar.gz
MDEV-5816: Stored programs: validation of stored program statements
Fixed the test compat/oracle.sp-package
-rw-r--r--mysql-test/suite/compat/oracle/r/sp-package.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/compat/oracle/r/sp-package.result b/mysql-test/suite/compat/oracle/r/sp-package.result
index ef0acea5da1..623c3511ea7 100644
--- a/mysql-test/suite/compat/oracle/r/sp-package.result
+++ b/mysql-test/suite/compat/oracle/r/sp-package.result
@@ -2147,6 +2147,8 @@ CREATE TABLE t1 (a INT) AS SELECT 1;
CALL p1.p1();
msg
This is p1
+Warnings:
+Warning 1287 '<select expression> INTO <destination>;' is deprecated and will be removed in a future release. Please use 'SELECT <select list> INTO <destination> FROM...' instead
# sp-cache-invalidate
SELECT p1.f1();
p1.f1()