• unknown's avatar
    In func_group.test, round the results of std() for some calls, because... · 1fdda689
    unknown authored
    In func_group.test, round the results of std() for some calls, because Windows' sqrt() function appears to return fewer "significant" digits than the Unix implementations.
    This is for bug #22555.
    
    
    mysql-test/r/func_group.result:
      Round the results of std() for some calls, because Windows' sqrt() function appears to return fewer "significant" digits than the Unix implementations.
      This is for bug #22555.
    mysql-test/t/func_group.test:
      Round the results of std() for some calls, because Windows' sqrt() function appears to return fewer "significant" digits than the Unix implementations.
      This is for bug #22555.
    1fdda689
func_group.test 27.2 KB