• Satya B's avatar
    Additional Fix for BUG#40565 - Update Query Results in "1 Row Affected" · 5bc9b3d2
    Satya B authored
                                   But Should Be "Zero Rows"
    
    
    After applying the innodb snapshot 5.0-ss5406 for bug#40565, the windows push build
    tests failed because of the missing cast of void * pointer in row0sel.c file
    
    Informed the innodb developers and received patch by email.
    
    innobase/row/row0sel.c:
      Cast the default_rec which is a void * pointer
    5bc9b3d2
row0sel.c 109 KB