Issue Details (XML | Word | Printable)

Key: CORE-2291
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Vlad Khorsun
Reporter: Vlad Khorsun
Votes: 0
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
Firebird Core

BUGCHECK 284

Created: 25/Jan/09 11:17 AM   Updated: 22/Feb/10 02:09 PM
Return to search
Component/s: None
Affects Version/s: 2.5 Alpha 1, 2.1.1, 2.0.5, 2.1.2
Fix Version/s: 2.5 Beta 1, 2.1.3, 2.0.6

Time Tracking:
Issue & Sub-Tasks
Issue Only
Not Specified

Issue Links:
Duplicate
 
Relate
 

Planning Status: Unspecified

Sub-Tasks  All   Open   

 Description  « Hide
recreate table t (id int, f2 char(16));
commit;

insert into t values (1, '0123456798012345');
insert into t values (2, '0123456798012345');
commit;

alter table t drop f2;
commit;

update t set id = 3 where id = 2;
commit;

execute block returns (id int)
as
begin
  select t1.id from t t1 left join t t2 on t1.id = t2.id - 2
   where t2.id = 3
    into :id;
  suspend;
end

Last statement produced bugcheck :

internal Firebird consistency check (cannot restore singleton select data (284), file: rse.cpp line: 3360)


 All   Comments   Work Log   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
The cvs commits can not be displayed for repository Firebird at the moment since the log has not yet been parsed. The log will be parsed the next time the VcsService runs. If you have administrators privileges you can hasten the next time the service will run in the service section of the Administration pages.