Changes between Initial Version and Version 1 of Ticket #622


Ignore:
Timestamp:
Feb 3, 2014, 1:56:27 PM (10 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #622 – Description

    initial v1  
    33rasdaman error 4000: Error: One or more of the target tiles are locked by another transaction.
    44}}}
    5 This should not happen, tile locking should be simply disabled when the locking table is not present in RASBASE.
     5This should not happen, tile locking should be simply disabled when the locking table is not present in RASBASE. To reproduce:
     6{{{
     7psql -d RASBASE
     8drop table RAS_LOCKEDTILES;
     9}}}
     10and then run any rasql query.
    611
    712After `update_db.sh` rasql executes queries fine, however directql (in source:applications/directql) still fails with the same error.