• Vladislav Vaintroub's avatar
    MDEV-103: 'debug' is disabled in this build warnings causes tests to fail · 139bf5ce
    Vladislav Vaintroub authored
    The root cause is that after recent fixes around --debug variable (lp:909051)
    the variable is now available in both release and debug builds, such that MTR
    cannot tell a debug compiled server from optimized one.
    
    To fix, assign a special default value 'disabled' for 'debug' variable in optimized build
    and fix MTR to check for this special value to recognize optimized build.
    139bf5ce
mysql-test-run.pl 186 KB