Skip to content
  • Debarun Banerjee's avatar
    37a09d1a
    BUG#20727344 PARTITIONED TABLES NOT UPGRADED TO NATIVE PARTITIONING · 37a09d1a
    Debarun Banerjee authored
    
    
    Problem :
    ---------
    There was no clear way to do a meta-data only upgrade of partitioned
    innodb tables to make use of 5.7 native partitioning.
    
    Solution :
    ----------
    Introduced ALTER TABLE t UPGRADE PARTITIONING;
    This will upgrade from old ha_partition based partitioning to native
    partitioning if supported by the engine (such as InnoDB). This fix
    both implements UPGRADE PARTITIONING in the server and adds support
    for it in mysql_upgrade binary.
    Base RB: 8780
    
    Reviewed-by: default avatarDmitry Lenev <dmitry.lenev@oracle.com>
    
    RB: 10063
    37a09d1a
    BUG#20727344 PARTITIONED TABLES NOT UPGRADED TO NATIVE PARTITIONING
    Debarun Banerjee authored
    
    
    Problem :
    ---------
    There was no clear way to do a meta-data only upgrade of partitioned
    innodb tables to make use of 5.7 native partitioning.
    
    Solution :
    ----------
    Introduced ALTER TABLE t UPGRADE PARTITIONING;
    This will upgrade from old ha_partition based partitioning to native
    partitioning if supported by the engine (such as InnoDB). This fix
    both implements UPGRADE PARTITIONING in the server and adds support
    for it in mysql_upgrade binary.
    Base RB: 8780
    
    Reviewed-by: default avatarDmitry Lenev <dmitry.lenev@oracle.com>
    
    RB: 10063
Loading