• unknown's avatar
    dict0dict.h, dict0dict.c, row0row.c, pars0opt.c: · a2d94d92
    unknown authored
      Fix bug #5180: having a column prefix index in the primary key, and the same column fully in a secondary key could cause an assertion failure in row_build_row_ref()
    
    
    innobase/pars/pars0opt.c:
      Fix bug #5180: having a column prefix index in the primary key, and the same column fully in a secondary key could cause an assertion failure in row_build_row_ref()
    innobase/row/row0row.c:
      Fix bug #5180: having a column prefix index in the primary key, and the same column fully in a secondary key could cause an assertion failure in row_build_row_ref()
    innobase/dict/dict0dict.c:
      Fix bug #5180: having a column prefix index in the primary key, and the same column fully in a secondary key could cause an assertion failure in row_build_row_ref()
    innobase/include/dict0dict.h:
      Fix bug #5180: having a column prefix index in the primary key, and the same column fully in a secondary key could cause an assertion failure in row_build_row_ref()
    a2d94d92
row0row.c 15.8 KB