mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Manually merged
This commit is contained in:
@@ -24,3 +24,9 @@ a b
|
||||
63 default_value
|
||||
127 last
|
||||
drop table t1;
|
||||
CREATE TABLE t1 (f1 INT);
|
||||
CREATE VIEW v1 AS SELECT f1 FROM t1 WHERE f1 = 0 WITH CHECK OPTION;
|
||||
REPLACE INTO v1 (f1) VALUES (1);
|
||||
ERROR HY000: CHECK OPTION failed 'test.v1'
|
||||
DROP TABLE t1;
|
||||
DROP VIEW v1;
|
||||
|
||||
Reference in New Issue
Block a user