• Marko Mäkelä's avatar
    MDEV-28478: INSERT into SPATIAL INDEX in TEMPORARY table writes log · 20ae4816
    Marko Mäkelä authored
    row_ins_sec_index_entry_low(): If a separate mini-transaction is
    needed to adjust the minimum bounding rectangle (MBR) in the parent
    page, we must disable redo logging if the table is a temporary table.
    For temporary tables, no log is supposed to be written, because
    the temporary tablespace will be reinitialized on server restart.
    
    rtr_update_mbr_field(): Plug a memory leak.
    20ae4816
gis0rtree.cc 54.3 KB