• Sergey Vojtovich's avatar
    ALTER TABLE fixes for high-level indexes · b7c4c34f
    Sergey Vojtovich authored
    Fixes for ALTER TABLE ... ADD/DROP COLUMN, ALGORITHM=COPY.
    
    Let quick_rm_table() remove high-level indexes along with original table.
    
    Avoid locking uninitialized LOCK_share for INTERNAL_TMP_TABLEs.
    
    Don't enable bulk insert when altering a table containing vector index.
    InnoDB can't handle situation when bulk insert is enabled for one table
    but disabled for another. We can't do bulk insert on vector index as it
    does table updates currently.
    b7c4c34f
vector_mhnsw.cc 42.3 KB