'show exception' command hangs on empty database
------------------------------------------------

                 Key: CORE-4597
                 URL: http://tracker.firebirdsql.org/browse/CORE-4597
             Project: Firebird Core
          Issue Type: Bug
            Reporter: Pavel Zotov


LI-T3.0.0.31394 Firebird 3.0 Beta 1

$ /root/downloads/fb30trnk/gen/Release/firebird/bin/isql
Use CONNECT or CREATE DATABASE to specify a database
SQL>  create database '/var/db/fb30/oltp30b.fdb' page_size 8192; commit;
SQL> set autoddl off;
SQL> commit;
SQL> show exception;
There are no exceptions in this database -- OK
SQL> exit;

// Run isql with '-n' switch:
$ /root/downloads/fb30trnk/gen/Release/firebird/bin/isql localhost/3333:oltp30b 
-n 
Database:  localhost/3333:oltp30b
SQL> show exception; -- HANGS... :(
^Z

// now WITHOUT '-n' switch:
$ /root/downloads/fb30trnk/gen/Release/firebird/bin/isql localhost/3333:oltp30b
Database:  localhost/3333:oltp30b
SQL> show exception; -- HANGS... :(
^Z


-- 
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