Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RECREATE TABLE causes "partner index description not found" [CORE2253] #2679

Open
firebird-automations opened this issue Dec 22, 2008 · 1 comment

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @asfernandes

Attachments:
test.fbk

gbak -C test.fbk test.fdb
isql test.fdb

recreate table projeto_visao (
projeto integer not null
constraint fk_projeto_visao_1 references projeto on delete cascade,
nome varchar(1024) not null,
tamanho numeric(9) not null,
frequencia_uso numeric(6) not null,
periodicidade varchar(15) not null,
vs_inicial integer,
vc_inicial integer,
vs integer,
vc integer,
vt integer
);

delete from projeto;

Statement failed, SQLCODE = -902
internal gds software consistency check (partner index description not found (175), file: idx.cpp line: 1274)

This bug also affects v2.0.5-rc2.

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

Attachment: test.fbk [ 11260 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant