Project

General

Profile

« Previous | Next » 

Revision 3301

sql_io.py: put_table(): Adding pkey on pkeys table: Removed log message because adding an index is considered a low-level operation, which isn't included in the Redmine SQL

View differences:

sql_io.py
482 482
        
483 483
        sql.empty_temp(db, [insert_out_pkeys, insert_in_pkeys])
484 484
    
485
    db.log_debug('Adding pkey on pkeys table to enable fast joins', level=2.5)
486 485
    sql.add_pkey(db, into)
487 486
    
488 487
    if not is_function:

Also available in: Unified diff