1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

post merge fix

This commit is contained in:
unknown
2004-09-10 15:08:30 +03:00
parent 0650a2840e
commit b5983daa8c

View File

@ -1254,7 +1254,7 @@ drop table t1,t2;
#
create table t1 (s1 int);
create view v1 as select * from t1;
-- error 1346
-- error 1347
handler v1 open as xx;
drop view v1;
drop table t1;