1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fixed bug: lp:887051 ; Error in recovery with LOAD DATA + DELETE

mysql-test/suite/maria/r/maria-recovery3.result:
  Added test case for recovery bug
mysql-test/suite/maria/t/maria-recovery3.test:
  Added test case for recovery bug
storage/maria/ha_maria.cc:
  Don't print query twice to log
storage/maria/ma_delete.c:
  More DBUG_PRINT
storage/maria/ma_key_recover.c:
  Added new asserts to detect errors earlier
storage/maria/ma_recovery.c:
  Update all states when moving a non-transactional file to transactional. This fixes lp:887051
This commit is contained in:
Michael Widenius
2011-12-13 19:57:19 +02:00
parent 6404504d0c
commit 33c26f7842
7 changed files with 63 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
saved1
saved2