Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 5.5.43, 10.0.18
-
Component/s: Admin statements, Views
-
Labels:None
Description
create table t1 (a blob); |
create view v1 as select * from t1; |
repair view v1; |