From 2fc6e79084d63fdc8175900377790d6a92470436 Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Wed, 25 May 2016 06:47:09 +0400 Subject: Recording test results forgotten in 9a25c01f7848324dd63c64ea4e1c86ef1cebfbc8 MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntactically --- mysql-test/suite/funcs_1/r/myisam_views-big.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/funcs_1/r/myisam_views-big.result b/mysql-test/suite/funcs_1/r/myisam_views-big.result index 0e0bede7257..49f3c8fb133 100644 --- a/mysql-test/suite/funcs_1/r/myisam_views-big.result +++ b/mysql-test/suite/funcs_1/r/myisam_views-big.result @@ -4000,7 +4000,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 HY000: View's SELECT contains a 'INTO' clause +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 Select @x; @x 0 -- cgit v1.2.1