You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mysql-test/suite/funcs_1/r/myisam_views-big.result
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4000,7 +4000,7 @@ DROP VIEW IF EXISTS v2 ;
4000
4000
CREATE TABLE t1 (f1 BIGINT) ;
4001
4001
SET @x=0;
4002
4002
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
0 commit comments