Commit c2f65221 authored by bell@sanja.is.com.ua's avatar bell@sanja.is.com.ua

post merge fix

parent 5fff725e
......@@ -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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment