• Michael Widenius's avatar
    Fix for bug#38484 DELETE causes crash or index corruption · d145362e
    Michael Widenius authored
    There is no test cases as it's not trivial to do a test case for this.
    The new code for Maria is however executed by the test case in the bug report.
    
    mysql-test/mysql-test-run.pl:
      Avoid warnings when running with --extern
    storage/maria/ha_maria.cc:
      Disable not complete assert until Sanja can push a proper fix
    storage/maria/ma_delete.c:
      Fix that pageflag for page is calculated based on original values
    storage/maria/ma_search.c:
      Ensure that prev_length structure variable is properly reset when not used
    storage/myisam/mi_search.c:
      Ensure that prev_length structure variable is properly reset when not used
    d145362e
mysql-test-run.pl 153 KB