From 33c26f78428d30e1ca860803e5e0142ca41f8b61 Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Tue, 13 Dec 2011 19:57:19 +0200 Subject: 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 --- mysql-test/std_data/bug887051.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mysql-test/std_data/bug887051.txt (limited to 'mysql-test/std_data') diff --git a/mysql-test/std_data/bug887051.txt b/mysql-test/std_data/bug887051.txt new file mode 100644 index 00000000000..a1df5f35bb1 --- /dev/null +++ b/mysql-test/std_data/bug887051.txt @@ -0,0 +1,2 @@ +saved1 +saved2 -- cgit v1.2.1