• Marko Mäkelä's avatar
    MDEV-11487: Remove dict_table_get_n_sys_cols() · 03672a05
    Marko Mäkelä authored
    In MariaDB, InnoDB tables will always contain DATA_N_SYS_COLS = 3
    columns, 2 or 3 of which are present in the clustered index.
    We remove the predicate that was added in MySQL 5.7 as part of WL#7682.
    03672a05
dict0dict.h 69.1 KB