-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Index activation error #8284
Comments
seems that this bug related only to plume - it must activate first PK/UNIQUE indices, then FK indices, and only then other indices. |
Actual bug is that while plume tries to create indexes in the correct order, it does not control that when creating of the FK is started, the corresponding PK\UK has already been created. |
I apologize for misleading you. Error "internal Firebird consistency check (partner index description not found (175), file: idx.cpp line: 189)" was given in another example. In this example, this error was not returned. |
It is not clear - if current example produce error (which?) or you have another one ? |
An example without plume. run the following bat file on the database obtained in step 1-3 from the top example |
Will look at it, thanks. |
Can't reproduce any error |
WI-V5.0.1.1469 Firebird 5.0
the sequence of actions:
plume -u SYSDBA -p masterkey -t 8 -d localhost:c:\database.fdb
activation fails with an error, some indexes are not activated. once there was an error "internal Firebird consistency check (partner index description not found (175), file: idx.cpp line: 189)"
ddl.zip
The text was updated successfully, but these errors were encountered: