Skip to content

Commit 2fc6e79

Browse files
author
Alexander Barkov
committed
Recording test results forgotten in 9a25c01
MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntactically
1 parent 804b00e commit 2fc6e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/suite/funcs_1/r/myisam_views-big.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4000,7 +4000,7 @@ DROP VIEW IF EXISTS v2 ;
40004000
CREATE TABLE t1 (f1 BIGINT) ;
40014001
SET @x=0;
40024002
CREATE or REPLACE VIEW v1 AS Select 1 INTO @x;
4003-
ERROR HY000: View's SELECT contains a 'INTO' clause
4003+
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
40044004
Select @x;
40054005
@x
40064006
0

0 commit comments

Comments
 (0)