mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Removed test case erroneously merged from 5.0
This commit is contained in:
parent
5d224206a5
commit
39bf253c0e
1 changed files with 0 additions and 11 deletions
|
|
@ -176,14 +176,3 @@ insert into t2 select t1.* from t1, t2 t, t3 where t1.id1 = t.id2 and t.id2 =
|
|||
select count(*) from t2;
|
||||
drop table t1,t2,t3;
|
||||
|
||||
#
|
||||
# Test for INSERT DELAYED INTO a <view>
|
||||
# BUG#13683: INSERT DELAYED into a view creates an infinite loop
|
||||
#
|
||||
|
||||
create table t1 (n int);
|
||||
create view v1 as select * from t1;
|
||||
--error 1347
|
||||
insert delayed into v1 values (1);
|
||||
drop table t1;
|
||||
drop view v1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue