[Commits] 9c892ed: Adjusted test results.
revision-id: 9c892ed4b4d94d985b6df298ddae50c81d1d6186 (mariadb-10.3.5-116-g9c892ed) parent(s): 7a2dae86f4595ed10cb72c34329e3c9be50f5504 author: Igor Babaev committer: Igor Babaev timestamp: 2018-04-08 11:28:11 -0700 message: Adjusted test results. --- mysql-test/suite/funcs_1/r/memory_views.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/funcs_1/r/memory_views.result b/mysql-test/suite/funcs_1/r/memory_views.result index 5ac5c83..57a6813 100644 --- a/mysql-test/suite/funcs_1/r/memory_views.result +++ b/mysql-test/suite/funcs_1/r/memory_views.result @@ -3498,7 +3498,7 @@ DROP VIEW IF EXISTS v2 ; CREATE TABLE t1 (f1 BIGINT) ; SET @x=0; CREATE or REPLACE VIEW v1 AS Select 1 INTO @x; -ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'INTO @x' at line 1 +ERROR 42000: Incorrect usage/placement of 'INTO' Select @x; @x 0
participants (1)
-
IgorBabaev