Skip to content

Commit

Permalink
Recording test results forgotten in 9a25c01
Browse files Browse the repository at this point in the history
MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntactically
  • Loading branch information
Alexander Barkov committed May 25, 2016
1 parent 804b00e commit 2fc6e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/suite/funcs_1/r/myisam_views-big.result
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fc6e79

Please sign in to comment.