• Aleksey Midenkov's avatar
    MDEV-23968 CREATE TEMPORARY TABLE .. LIKE (system versioned table) returns... · 9b46d8e5
    Aleksey Midenkov authored
    MDEV-23968 CREATE TEMPORARY TABLE .. LIKE (system versioned table) returns error if unique index is defined in the table
    
    - Remove row_start/row_end from keys in fix_create_like();
    
    - Disable manual adding of implicit row_start/row_end to indexes on
      CREATE TABLE. INVISIBLE_SYSTEM fields are unoperable by user;
    
    - Fix memory leak on allocation of Key_part_spec.
    9b46d8e5
create.result 20.3 KB