Browse Source

Recording test results forgotten in 9a25c01f78

MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntactically
pull/179/head
Alexander Barkov 10 years ago
parent
commit
2fc6e79084
  1. 2
      mysql-test/suite/funcs_1/r/myisam_views-big.result

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

@ -4000,7 +4000,7 @@ DROP VIEW IF EXISTS v2 ;
CREATE TABLE t1 (f1 BIGINT) ; CREATE TABLE t1 (f1 BIGINT) ;
SET @x=0; SET @x=0;
CREATE or REPLACE VIEW v1 AS Select 1 INTO @x; 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; Select @x;
@x @x
0 0

Loading…
Cancel
Save