ALTER INDEX INDEX_NAME ACTIVE is not logged to MON$STATEMENTS -------------------------------------------------------------
Key: CORE-5626 URL: http://tracker.firebirdsql.org/browse/CORE-5626 Project: Firebird Core Issue Type: Bug Components: Engine Affects Versions: 3.0.2 Environment: Ubuntu 16.04 64 bits Reporter: Christian Pradelli Creating or recreating an index is not logged to MON$STATEMENTS, so you see an active attachment and and active write transaction but you don't know what it is doing. We have a service checking for long opened write transactions and close the associated attachment after some minutes. This is for prevent problems in our server when some developers open a query in a developing tool and then go to lunch forgetting to commit it. But sometime the transaction is valid, for example when it is creating an index on a large table. Due to this issue we deactivate the service because there is no way to detect what is doing the transaction. Regards -- 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 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel