Command "show table mon$attachments;" does not issue mon$wire* fields
---------------------------------------------------------------------

                 Key: CORE-5978
                 URL: http://tracker.firebirdsql.org/browse/CORE-5978
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 4.0 Alpha 1
            Reporter: 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to