mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
Recording test results forgotten in 9a25c01f78
MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntactically
This commit is contained in:
parent
804b00e878
commit
2fc6e79084
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue