• Jon Olav Hauglid's avatar
    Bug#12584161 - 43861: MAIN.QUERY_CACHE_28249 FAILS SPORADICALLY · cd1dcf1a
    Jon Olav Hauglid authored
    This test case was failing on 5.5 and trunk for two reasons.
    1) It waited for the "Waiting for table level lock" process
       state while this state was renamed "Waiting for table
       metadata lock" with the introduction of MDL in 5.5.
    2) SET GLOBAL query_cache_size= 100000; gave a warning since
       query_cache_size is supposed to be multiples of 1024.
    
    This patch fixes these two issues and re-enables the test case.
    cd1dcf1a
query_cache_28249.result 2.29 KB