Skip to content
  • Abhishek Ranjan's avatar
    b5dfee3d
    Bug#26203731 : INFORMATION_SCHEMA.TABLES TABLE STATISTICS ARE NULL · b5dfee3d
    Abhishek Ranjan authored
    Post push fix:
    main.heap_hash fails on 32 bit build with result content mismatch
    for cardinality.
    
    The cardinality is calculated by formula (records / records_per_key).
    The result of the above calculation gives different value due to
    difference in float point number representation in 32bit and 64bit CPU.
    
    Fix the number of rows in the table to get consistent value for index
    cardinality in the test case.
    b5dfee3d
    Bug#26203731 : INFORMATION_SCHEMA.TABLES TABLE STATISTICS ARE NULL
    Abhishek Ranjan authored
    Post push fix:
    main.heap_hash fails on 32 bit build with result content mismatch
    for cardinality.
    
    The cardinality is calculated by formula (records / records_per_key).
    The result of the above calculation gives different value due to
    difference in float point number representation in 32bit and 64bit CPU.
    
    Fix the number of rows in the table to get consistent value for index
    cardinality in the test case.
Loading