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

Command "show table mon$attachments;" does not issue mon$wire* fields [CORE5978] #6230

Closed
firebird-automations opened this issue Dec 28, 2018 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @pavel-zotov

Prepare and run this script on 4.0:

set bail on;
set list on;
set echo on;
select * from mon$attachments where mon$attachment_id = current_connection;
show table mon$attachments;
show version;

Redirect its output to log and then do:
findstr /i /c:"MON$WIRE_" file.log

You will see only 2 lines instead of expected 4:
MON$WIRE_COMPRESSED <true>
MON$WIRE_ENCRYPTED <false>

Command "SHOW TABLE ..." does not produce fields related to wire compression and encryption.

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

Re-create (or restore) your database and test again. Your db is obviously too old to include the latest ODS changes.

@firebird-automations
Copy link
Collaborator Author

Commented by: @pavel-zotov

Yes, me wrong: that DB was of sep-2017. But ODS number for just created DB remains the same: 13.0, is it OK ?

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

This is OK for Alpha/Beta builds.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Won't Fix [ 2 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Resolved [ 5 ] => Closed [ 6 ]

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