Server crashes if execute DDL statement in autonomous transaction
-----------------------------------------------------------------

                 Key: CORE-4288
                 URL: http://tracker.firebirdsql.org/browse/CORE-4288
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 2.5.3
            Reporter: Artyom Smirnov


set term !;
execute block
as
begin
    in autonomous transaction do
        execute statement('create table a(a int)');
end!
set term ;!

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

        

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to