-
Sergey Glukhov authored
TABLE::read_set can be empty if covering functional index is used for JOIN_CACHE. It leads to false assertion in JOIN_CACHE::restore_virtual_gcol_base_cols() method. Regression is introduced by the fix for Bug28652733. The fix is to remove assertion in JOIN_CACHE::restore_virtual_gcol_base_cols() method. Reviewed-by:
Guilhem Bichot <guilhem.bichot@oracle.com>
Sergey Glukhov authoredTABLE::read_set can be empty if covering functional index is used for JOIN_CACHE. It leads to false assertion in JOIN_CACHE::restore_virtual_gcol_base_cols() method. Regression is introduced by the fix for Bug28652733. The fix is to remove assertion in JOIN_CACHE::restore_virtual_gcol_base_cols() method. Reviewed-by:
Guilhem Bichot <guilhem.bichot@oracle.com>
Loading