Details
- 
    Bug 
- 
    Status: Closed (View Workflow)
- 
    Blocker 
- 
    Resolution: Fixed
- 
    5.5.43, 10.0.18
- 
    None
Description
| create table t1 (a blob); | 
| create view v1 as select * from t1; | 
| repair view v1; | 
| create table t1 (a blob); | 
| create view v1 as select * from t1; | 
| repair view v1; |