
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Depend
|
|
This issue depends on:
|
|
CORE-3557
AV in engine when preparing query against dropping table
|
|
|
|
|
|
|
|
| Planning Status: |
Unspecified
|
|
create table Test (
Comp computed by (1),
Src int
);
alter table Test alter Comp computed by (Src);
After reconnect try to drop table:
drop table Test;
Statement failed, SQLSTATE = 42000
unsuccessful metadata update
-ERASE RDB$RELATIONS failed
-invalid request BLR at offset 6
-column SRC is not defined in table TEST
|
|
Description
|
create table Test (
Comp computed by (1),
Src int
);
alter table Test alter Comp computed by (Src);
After reconnect try to drop table:
drop table Test;
Statement failed, SQLSTATE = 42000
unsuccessful metadata update
-ERASE RDB$RELATIONS failed
-invalid request BLR at offset 6
-column SRC is not defined in table TEST |
Show » |
|
CORE-3557should fix this issue too, please test it and report back