• Konstantin Osipov's avatar
    Fix a Windows failure of main.merge test introduced by · dd135df6
    Konstantin Osipov authored
    the precursor patch for Bug#52044.
    When passing the TABLE instance for invalidation to the
    query cache, we didn't always have a valid share
    (in case of error).
    Make sure we invalidate the table using TABLE_LIST, not
    TABLE, object.
    
    sql/sql_table.cc:
      Make sure we invalidate the table using TABLE_LIST, not
      TABLE, object.
    dd135df6
sql_table.cc 257 KB