• unknown's avatar
    Patch for bug 28386 enabled table logging for all tests in · 33dde6eb
    unknown authored
    mysql_client_test causing a severe slowdown and increase
    in memory usage, especially for test cases with long queries.
    
    The solution is to enable the general log only in tests that
    actually need the general log and disable it during the
    execution of all other tests.
    
    
    tests/mysql_client_test.c:
      Selectively enable and disable the general log.
    33dde6eb
mysql_client_test.c 477 KB