mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
post merge fix
This commit is contained in:
@ -1254,7 +1254,7 @@ drop table t1,t2;
|
|||||||
#
|
#
|
||||||
create table t1 (s1 int);
|
create table t1 (s1 int);
|
||||||
create view v1 as select * from t1;
|
create view v1 as select * from t1;
|
||||||
-- error 1346
|
-- error 1347
|
||||||
handler v1 open as xx;
|
handler v1 open as xx;
|
||||||
drop view v1;
|
drop view v1;
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
Reference in New Issue
Block a user